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

Function isDisposed

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

Source from the content-addressed store, hash-verified

419 }
420
421 function isDisposed(): boolean {
422 return state === ConnectionState.Disposed;
423 }
424
425 function closeHandler(): void {
426 if (state === ConnectionState.New || state === ConnectionState.Listening) {

Callers 5

handleRequestFunction · 0.85
handleResponseFunction · 0.85
handleNotificationFunction · 0.85
throwIfClosedOrDisposedFunction · 0.85
_createMessageConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected