MCPcopy Index your code
hub / github.com/PowerShell/vscode-powershell / error

Method error

src/logging.ts:310–312  ·  view source on GitHub ↗
(message: string, ...args: any[])

Source from the content-addressed store, hash-verified

308 }
309 // eslint-disable-next-line @typescript-eslint/no-explicit-any
310 public error(message: string, ...args: any[]): void {
311 this.channel.error(message, ...args);
312 }
313 public clear(): void {
314 this.channel.clear();
315 }

Callers 3

writeLineMethod · 0.80
sendLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected