MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / end

Method end

src/utils/__tests__/udsResponseReader.test.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 end(): this {
17 this.ended = true
18 this.emit('close', false)
19 return this
20 }
21
22 emitData(chunk: Buffer): void {
23 this.emit('data', chunk)

Callers 11

ensureCleanupIntervalFunction · 0.45
endInteractionSpanFunction · 0.45
endLLMRequestSpanFunction · 0.45
endToolBlockedOnUserSpanFunction · 0.45
endToolExecutionSpanFunction · 0.45
endToolSpanFunction · 0.45
executeInSpanFunction · 0.45
endHookSpanFunction · 0.45
writeClipboardFunction · 0.45
stopBridgeFunction · 0.45

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected