MCPcopy 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
18export function notifyCommandLifecycle(
19 uuid: string,
20 state: CommandLifecycleState,
21): void {
22 listener?.(uuid, state)
23}

Callers 5

queryFunction · 0.85
queryLoopFunction · 0.85
drainCommandQueueFunction · 0.85
runHeadlessStreamingFunction · 0.85
processLineMethod · 0.85

Calls 1

listenerFunction · 0.85

Tested by

no test coverage detected