Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ensureCleanupInterval
Function · 0.45
endInteractionSpan
Function · 0.45
endLLMRequestSpan
Function · 0.45
endToolBlockedOnUserSpan
Function · 0.45
endToolExecutionSpan
Function · 0.45
endToolSpan
Function · 0.45
executeInSpan
Function · 0.45
endHookSpan
Function · 0.45
writeClipboard
Function · 0.45
stopBridge
Function · 0.45
udsMessaging.test.ts
File · 0.45
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected