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

Method keys

server/src/main.ts:228–230  ·  view source on GitHub ↗

* Returns the URIs of all text documents managed by this instance. * * @return the URI's of all text documents.

()

Source from the content-addressed store, hash-verified

226 * @return the URI's of all text documents.
227 */
228 public keys(): string[] {
229 return Object.keys(this._documents);
230 }
231
232 /**
233 * Listens for `low level` notification on the given connection to

Callers 9

asWorkspaceEditFunction · 0.45
getConfigurationMethod · 0.45
getEnvironmentMethod · 0.45
helpers.test.tsFile · 0.45
constructorMethod · 0.45
resolveModuleFunction · 0.45
resolveFunction · 0.45
allMethod · 0.45
sendErrorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected