Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1732
export
function
getThinkingClearLatched(): boolean | null {
1733
return
STATE.thinkingClearLatched
1734
}
1735
1736
export
function
setThinkingClearLatched(v: boolean): void {
1737
STATE.thinkingClearLatched = v
Callers
1
queryModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected