Skip to documentation
SLOP

tiny.machine.FaultDecision

Reference tiny.machine FaultDecision

Defined in tiny.machine.

A point together with the choice made at it, a fault decision.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/machine/src/fault/types.zig:52

zig
/// A point together with the choice made at it, a fault decision. A caller stores/// one of these per fault point as the record of what was chosen there. The digest/// commits the pair, and `advance` folds it into the fault chain.pub const Decision = struct {    point: Point,    choice: Choice,    digest: os.abi.Digest,};

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

zig
pub const FaultDecision = fault.Decision;

Also reachable as

fault.Decision.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433