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

Method error

extensions/git/src/test/askpassManager.test.ts:31–33  ·  view source on GitHub ↗
(error: string | Error, ..._args: any[])

Source from the content-addressed store, hash-verified

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 }
34
35 name: string = 'MockLogOutputChannel';
36 append(_value: string): void { }

Callers

nothing calls this directly

Calls 2

pushMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected