MCPcopy 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

startLLMRequestSpanFunction · 0.80
startToolSpanFunction · 0.80
startToolExecutionSpanFunction · 0.80
executeInSpanFunction · 0.80
startHookSpanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected