MCPcopy
hub / github.com/marimo-team/marimo / error

Method error

packages/lsp/index.ts:47–50  ·  view source on GitHub ↗
(...args: Parameters<typeof console.error>)

Source from the content-addressed store, hash-verified

45 }
46
47 error(...args: Parameters<typeof console.error>): void {
48 console.error(...args);
49 void this.appendToLogFile("[ERROR]", ...args);
50 }
51}
52
53class WebSocketAdapter implements IWebSocket {

Callers 15

appendToLogFileMethod · 0.45
sendMethod · 0.45
onMessageMethod · 0.45
onErrorMethod · 0.45
startWebSocketServerFunction · 0.45
shutdownFunction · 0.45
globalSetupFunction · 0.45
globalTeardownFunction · 0.45
initStoreFunction · 0.45
connectTerminalFunction · 0.45
handleToolCallFunction · 0.45
ChatPanelBodyFunction · 0.45

Calls 1

appendToLogFileMethod · 0.95

Tested by

no test coverage detected