Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1716
export
function
getFastModeHeaderLatched(): boolean | null {
1717
return
STATE.fastModeHeaderLatched
1718
}
1719
1720
export
function
setFastModeHeaderLatched(v: boolean): void {
1721
STATE.fastModeHeaderLatched = v
Callers
1
queryModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected