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.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |