Skip to documentation
SLOP

tiny.machine.FaultChoice

Reference tiny.machine FaultChoice

Defined in tiny.machine.

The outcome recorded at one fault point, its choice.

API (2)

Fields and members

Public fields and members.

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

Source

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

zig
/// The outcome recorded at one fault point, its choice. A caller sets this to take/// one of the two branches at that point. Bypass leaves execution untouched, and/// inject applies the fault effect.pub const Choice = enum(u8) {    bypass = 1,    inject = 2,};

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

zig
pub const FaultChoice = fault.Choice;

Also reachable as

fault.Choice.

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433