MCPcopy 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
1708export function getAfkModeHeaderLatched(): boolean | null {
1709 return STATE.afkModeHeaderLatched
1710}
1711
1712export function setAfkModeHeaderLatched(v: boolean): void {
1713 STATE.afkModeHeaderLatched = v

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected