Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ notifyCommandLifecycle
Function
notifyCommandLifecycle
source code/utils/commandLifecycle.ts:18–23 ·
view source on GitHub ↗
( uuid: string, state: CommandLifecycleState, )
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
notifyCommandLifecycle(
19
uuid: string,
20
state: CommandLifecycleState,
21
): void {
22
listener?.(uuid, state)
23
}
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.85
Tested by
no test coverage detected