Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getVscodeBridge
Function · 0.80
forceCatchUp
Function · 0.80
App
Function · 0.80
handleKeyDown
Function · 0.80
index.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected