Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ rejectAllPending
Method
rejectAllPending
cli/src/codex/codexAppServerClient.ts:489–495 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
487
}
488
489
private rejectAllPending(error: Error): void {
490
for
(
const
{ reject, cleanup } of this.pending.values()) {
491
cleanup();
492
reject(error);
493
}
494
this.pending.clear();
495
}
496
}
Callers
3
connect
Method · 0.95
disconnect
Method · 0.95
handleLine
Method · 0.95
Calls
2
clear
Method · 0.80
cleanup
Function · 0.50
Tested by
no test coverage detected