MCPcopy Index your code
hub / github.com/codeaashu/claude-code / debug

Function debug

src/bridge/bridgeApi.ts:69–71  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

67
68export function createBridgeApiClient(deps: BridgeApiDeps): BridgeApiClient {
69 function debug(msg: string): void {
70 deps.onDebug?.(msg)
71 }
72
73 let consecutiveEmptyPolls = 0
74 const EMPTY_POLL_LOG_INTERVAL = 100

Callers 10

withOAuthRetryFunction · 0.70
pollForWorkFunction · 0.70
acknowledgeWorkFunction · 0.70
stopWorkFunction · 0.70
deregisterEnvironmentFunction · 0.70
archiveSessionFunction · 0.70
reconnectSessionFunction · 0.70
heartbeatWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected