Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Loads context state.

context::load name:string

The context::load operator replaces the state of the specified context with its (binary) input.

The name of the context whose state to update.

load_file "ultra-high-res.mmdb", mmap=true
context::load "ctx"

Last updated: