Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ active
Method
active
src/bridge/flushGate.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
private _pending: T[] = []
19
20
get active(): boolean {
21
return
this._active
22
}
23
24
get pendingCount(): number {
25
return
this._pending.length
Callers
6
startLLMRequestSpan
Function · 0.80
startToolSpan
Function · 0.80
startToolBlockedOnUserSpan
Function · 0.80
startToolExecutionSpan
Function · 0.80
executeInSpan
Function · 0.80
startHookSpan
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected