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

Function createNotificationQueueKey

jsonrpc/src/main.ts:395–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393 }
394
395 function createNotificationQueueKey(): string {
396 return 'not-' + (++notificationSquenceNumber).toString();
397 }
398
399 function addMessageToQueue(queue: MessageQueue, message: Message): void {
400 if (isRequestMessage(message)) {

Callers 1

addMessageToQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected