MCPcopy
hub / github.com/kodu-ai/claude-coder / log

Method log

extension/src/api/api-handler.ts:431–433  ·  view source on GitHub ↗
(status: "info" | "debug" | "error", message: string, ...args: any[])

Source from the content-addressed store, hash-verified

429 }
430
431 private log(status: "info" | "debug" | "error", message: string, ...args: any[]) {
432 console[status](`[API Manager] ${message}`, ...args)
433 }
434}

Callers 15

updateApiMethod · 0.95
pullLatestApiMethod · 0.95
executeRequestMethod · 0.95
handleFinalResponseMethod · 0.95
setupFunction · 0.80
handleStreamingFunction · 0.80
handleFirstInstallFunction · 0.80
activateFunction · 0.80
openExtensionInNewTabFunction · 0.80

Calls

no outgoing calls

Tested by 1

handleStreamingFunction · 0.64