MCPcopy Index your code
hub / github.com/codeaashu/claude-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.45
startToolSpanFunction · 0.45
startToolExecutionSpanFunction · 0.45
executeInSpanFunction · 0.45
startHookSpanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected