Skip to documentation
SLOP

tiny.machine.CheckpointStateDigest

Reference tiny.machine CheckpointStateDigest

Defined in tiny.machine.

The SHA-256 identity of one restart state.

API (1)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.machineCheckpointStateDigest
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/machine/src/checkpoint/owner/types.zig:23

zig
/// The SHA-256 identity of one restart state. A caller names the restart state/// independently of the machine configuration it ran under. The digest commits/// the settled receipt, the CPU restart frame, the digest of the immutable/// image, and the digest of memory.pub const StateDigest = struct {    digest: os.abi.Digest,};

Source: lib/machine/src/root.zig:80

zig
pub const CheckpointStateDigest = checkpoint.StateDigest;

Also reachable as

checkpoint.StateDigest.

Audit

Definitions1
Public names2
Members1
Version26.7.0
Revisiondaab053ee433