Skip to content

Saves context state.

context::save name:string

The context::save operator dumps the state of the specified context into its (binary) output.

The name of the context whose state to save.

context::save "ctx"
to_file "snapshot.mmdb"

Last updated: