Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ completeHandler
Method
completeHandler
apps/cli/src/agent/extension-host.ts:480–483 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
478
private waitForTaskCompletion(): Promise<void> {
479
return
new
Promise((resolve, reject) => {
480
const
completeHandler = () => {
481
cleanup()
482
resolve()
483
}
484
485
const
errorHandler = (error: Error) => {
486
cleanup()
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.50
Tested by
no test coverage detected