MCPcopy
hub / github.com/microsoft/vscode / trace

Method trace

extensions/git/src/test/askpassManager.test.ts:19–21  ·  view source on GitHub ↗
(message: string, ..._args: any[])

Source from the content-addressed store, hash-verified

17 private logs: { level: string; message: string }[] = [];
18
19 trace(message: string, ..._args: any[]): void {
20 this.logs.push({ level: 'trace', message });
21 }
22 debug(message: string, ..._args: any[]): void {
23 this.logs.push({ level: 'debug', message });
24 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected