MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / sendInstrumentation

Function sendInstrumentation

Extension/src/instrumentation.ts:38–40  ·  view source on GitHub ↗
(message: PerfMessage)

Source from the content-addressed store, hash-verified

36
37/** sends a perf message to the monitor */
38export function sendInstrumentation(message: PerfMessage): void {
39 services.message(message);
40}
41
42/** verifies that the instrumentation is loaded into the global namespace */
43export const isInstrumentationEnabled = !!(global as any).instrumentation;

Callers 2

activateFunction · 0.90
appendAtLevelMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected