MCPcopy Index your code
hub / github.com/microsoft/vscode / warn

Method warn

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

Source from the content-addressed store, hash-verified

26 this.logs.push({ level: 'info', message });
27 }
28 warn(message: string, ..._args: any[]): void {
29 this.logs.push({ level: 'warn', message });
30 }
31 error(error: string | Error, ..._args: any[]): void {
32 this.logs.push({ level: 'error', message: error.toString() });
33 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected