Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startLLMRequestSpan
Function · 0.45
startToolSpan
Function · 0.45
startToolBlockedOnUserSpan
Function · 0.45
startToolExecutionSpan
Function · 0.45
executeInSpan
Function · 0.45
startHookSpan
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected