tiny.machine.CheckpointStateDigest
Defined in tiny.machine.
The SHA-256 identity of one restart state.
API (1)
Fields and members
Public fields and members.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |