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