Skip to documentation
SLOP

tiny.machine.MachineRoot

Reference tiny.machine MachineRoot

Defined in tiny.machine.

One checkpoint root under an execution profile.

API (3)

Fields and members

Public fields and members.

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

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

checkpoint.Root.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433