MCPcopy Create free account
hub / github.com/ajafff/tsutils / MutableControlFlowEnd

Interface MutableControlFlowEnd

util/control-flow.ts:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 readonly end: boolean;
46}
47interface MutableControlFlowEnd {
48 statements: ControlFlowStatement[];
49 end: boolean;
50}
51
52const defaultControlFlowEnd: ControlFlowEnd = {statements: [], end: false};
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…