MCPcopy 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

86let currentState: SessionState = 'idle'
87
88export function getSessionState(): SessionState {
89 return currentState
90}
91
92export function notifySessionStateChanged(
93 state: SessionState,

Callers 1

runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected