MCPcopy Create free account
hub / github.com/coder/mux / debugLog

Method debugLog

vscode/src/webview/createVscodeOrpcLink.test.ts:31–33  ·  view source on GitHub ↗
(_message: string, _data?: unknown)

Source from the content-addressed store, hash-verified

29 }
30
31 debugLog(_message: string, _data?: unknown): void {
32 // no-op for tests
33 }
34
35 emit(data: unknown): void {
36 for (const listener of this.listeners) {

Callers 5

getVscodeBridgeFunction · 0.80
forceCatchUpFunction · 0.80
AppFunction · 0.80
handleKeyDownFunction · 0.80
index.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected