Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setAfkModeHeaderLatched
Function
setAfkModeHeaderLatched
src/bootstrap/state.ts:1712–1714 ·
view source on GitHub ↗
(v: boolean)
Source
from the content-addressed store, hash-verified
1710
}
1711
1712
export
function
setAfkModeHeaderLatched(v: boolean): void {
1713
STATE.afkModeHeaderLatched = v
1714
}
1715
1716
export
function
getFastModeHeaderLatched(): boolean | null {
1717
return
STATE.fastModeHeaderLatched
Callers
1
queryModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected