MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / error

Method error

jsonrpc/src/main.ts:161–161  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

159
160export interface Logger {
161 error(message: string): void;
162 warn(message: string): void;
163 info(message: string): void;
164 log(message: string): void;

Callers 4

invokeMethod · 0.65
handleResponseFunction · 0.65
handleNotificationFunction · 0.65
handleInvalidMessageFunction · 0.65

Implementers 2

ConsoleLoggerclient/src/client.ts
ConnectionLoggerserver/src/main.ts

Calls

no outgoing calls

Tested by

no test coverage detected