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

Function tracer

server/src/main.ts:1599–1599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1597 get console() { return logger; },
1598 get telemetry() { return telemetry; },
1599 get tracer() { return tracer; },
1600 get client() { return client; },
1601 get window() { return remoteWindow; },
1602 get workspace() { return workspace; },

Callers 4

resolveFunction · 0.85
resolveGlobalNodePathFunction · 0.85
resolveGlobalYarnPathFunction · 0.85
resolveModule2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected