Skip to main content

record

Function record 

Source
pub fn record(
    state: &mut Value,
    cfg: Config,
    ok: bool,
    now_ms: u64,
) -> Transition
Expand description

Record an attempt’s outcome. ok is the step’s terminal disposition for this attempt; fast-fails (the OPEN_ERR prefix) must not reach here.