MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getThinkingClearLatched

Function getThinkingClearLatched

src/bootstrap/state.ts:1732–1734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1730}
1731
1732export function getThinkingClearLatched(): boolean | null {
1733 return STATE.thinkingClearLatched
1734}
1735
1736export function setThinkingClearLatched(v: boolean): void {
1737 STATE.thinkingClearLatched = v

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected