MCPcopy
hub / github.com/claude-code-best/claude-code / getSessionState

Function getSessionState

src/utils/sessionState.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165export function getSessionState(): SessionState {
166 return currentState
167}
168
169export function notifySessionStateChanged(
170 state: SessionState,

Callers 1

runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected