MCPcopy 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
1712export function setAfkModeHeaderLatched(v: boolean): void {
1713 STATE.afkModeHeaderLatched = v
1714}
1715
1716export function getFastModeHeaderLatched(): boolean | null {
1717 return STATE.fastModeHeaderLatched

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected