Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tiann/hapi
/ end
Method
end
cli/src/utils/PushableAsyncIterable.ts:47–54 ·
view source on GitHub ↗
* Mark the iterable as complete
()
Source
from the content-addressed store, hash-verified
45
* Mark the iterable as complete
46
*/
47
end(): void {
48
if
(this.isDone) {
49
return
50
}
51
52
this.isDone = true
53
this.cleanup()
54
}
55
56
/**
57
* Set an error on the iterable
Callers
15
return
Method · 0.95
PushableAsyncIterable.test.ts
File · 0.80
sendHookRequest
Function · 0.80
startOpencodeHookServer
Function · 0.80
disconnect
Method · 0.80
handleLine
Method · 0.80
close
Method · 0.80
handleLine
Method · 0.80
claudeRemote.seam.test.ts
File · 0.80
scheduleNextMessage
Function · 0.80
startHookServer
Function · 0.80
startHappyServer
Function · 0.80
Calls
1
cleanup
Method · 0.95
Tested by
2
sendHookRequest
Function · 0.64
sendHookRequest
Function · 0.64