tiny.machine.MachineRoot
Defined in tiny.machine.
One checkpoint root under an execution profile.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/machine/src/checkpoint/owner/types.zig:31
zig
/// One checkpoint root under an execution profile. The `digest` field commits/// the profile fingerprint together with the `state` digest. The value carries/// the fingerprint and the state digest beside the digest, so a reader/// recomputes the digest from the value alone.pub const Root = struct { digest: os.abi.Digest, profile: profile.ProfileFingerprint, state: StateDigest,};Source: lib/machine/src/root.zig:103
zig
pub const MachineRoot = checkpoint.Root;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |