Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ notifyCommandLifecycle
Function
notifyCommandLifecycle
src/utils/commandLifecycle.ts:16–21 ·
view source on GitHub ↗
( uuid: string, state: CommandLifecycleState, )
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
notifyCommandLifecycle(
17
uuid: string,
18
state: CommandLifecycleState,
19
): void {
20
listener?.(uuid, state)
21
}
22
Callers
5
query
Function · 0.85
queryLoop
Function · 0.85
drainCommandQueue
Function · 0.85
runHeadlessStreaming
Function · 0.85
processLine
Method · 0.85
Calls
1
listener
Function · 0.50
Tested by
no test coverage detected