Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Representation of a snapshot of a Sandbox.

Structs§

OciDigest
A sha256 content digest in canonical sha256:<64 lowercase hex> form, identifying one snapshot by the bytes of its manifest. Names that snapshot for loading even when no tag points at it.
OciTag
A tag naming one snapshot inside an OCI Image Layout directory. Used to save a snapshot under a name and to load it back by that same name.
Snapshot
A wrapper around a SharedMemory reference and a snapshot of the memory therein

Enums§

NextAction
Presently, a snapshot can be of a preinitialised sandbox, which still needs an initialise function called in order to determine how to call into it, or of an already-properly-initialised sandbox which can be immediately called into. This keeps track of the difference.
OciReference
Names one snapshot in an OCI Image Layout, either by tag or by content digest.