Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getSessionState
Function
getSessionState
src/utils/sessionState.ts:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
let
currentState: SessionState =
'idle'
87
88
export
function
getSessionState(): SessionState {
89
return
currentState
90
}
91
92
export
function
notifySessionStateChanged(
93
state: SessionState,
Callers
1
runHeadlessStreaming
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected