MCPcopy
hub / github.com/claude-code-best/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
16export function notifyCommandLifecycle(
17 uuid: string,
18 state: CommandLifecycleState,
19): void {
20 listener?.(uuid, state)
21}

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