MCPcopy Index your code
hub / github.com/hexclave/hexclave / IFBlockState

Interface IFBlockState

scripts/utils.ts:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 // - isActive = if the *current branch* in this block is active right now.
76 //
77 interface IFBlockState {
78 type: 'IF_BLOCK';
79 parentActive: boolean;
80 hasMatched: boolean;
81 isActive: boolean;
82 }
83
84 const skipStack: Array<string | IFBlockState> = [];
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected