MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getFastModeHeaderLatched

Function getFastModeHeaderLatched

src/bootstrap/state.ts:1716–1718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1714}
1715
1716export function getFastModeHeaderLatched(): boolean | null {
1717 return STATE.fastModeHeaderLatched
1718}
1719
1720export function setFastModeHeaderLatched(v: boolean): void {
1721 STATE.fastModeHeaderLatched = v

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected