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

Method trace

client/src/client.ts:103–103  ·  view source on GitHub ↗
(value: Trace, tracer: Tracer, sendNotification?: boolean)

Source from the content-addressed store, hash-verified

101 onNotification(method: string | RPCMessageType, handler: GenericNotificationHandler): void;
102
103 trace(value: Trace, tracer: Tracer, sendNotification?: boolean): void;
104
105 initialize(params: InitializeParams): Thenable<InitializeResult>;
106 shutdown(): Thenable<void>;

Callers 3

createConnectionFunction · 0.65
traceFunction · 0.65
refreshTraceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected