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

Method debug

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

Source from the content-addressed store, hash-verified

20 this.logs.push({ level: 'trace', message });
21 }
22 debug(message: string, ..._args: any[]): void {
23 this.logs.push({ level: 'debug', message });
24 }
25 info(message: string, ..._args: any[]): void {
26 this.logs.push({ level: 'info', message });
27 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected