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

Function createRequestQueueKey

jsonrpc/src/main.ts:383–385  ·  view source on GitHub ↗
(id: string | number)

Source from the content-addressed store, hash-verified

381 let disposeEmitter: Emitter<void> = new Emitter<void>();
382
383 function createRequestQueueKey(id: string | number): string {
384 return 'req-' + id.toString();
385 }
386
387 function createResponseQueueKey(id: string | number | null): string {
388 if (id === null) {

Callers 2

addMessageToQueueFunction · 0.85
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected