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

Method sendNotification

client/src/client.ts:92–92  ·  view source on GitHub ↗
(type: NotificationType0<RO>)

Source from the content-addressed store, hash-verified

90 onRequest<R, E>(method: string | RPCMessageType, handler: GenericRequestHandler<R, E>): void;
91
92 sendNotification<RO>(type: NotificationType0<RO>): void;
93 sendNotification<P, RO>(type: NotificationType<P, RO>, params?: P): void;
94 sendNotification(method: string): void;
95 sendNotification(method: string, params: any): void;

Callers 10

createConnectionFunction · 0.65
callbackFunction · 0.65
didOpenMethod · 0.65
didCloseMethod · 0.65
callbackMethod · 0.65
didChangeMethod · 0.65
sendNotificationFunction · 0.65
initializeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected