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

Method info

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

Source from the content-addressed store, hash-verified

23 this.logs.push({ level: 'debug', message });
24 }
25 info(message: string, ..._args: any[]): void {
26 this.logs.push({ level: 'info', message });
27 }
28 warn(message: string, ..._args: any[]): void {
29 this.logs.push({ level: 'warn', message });
30 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected