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

Method trace

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

Source from the content-addressed store, hash-verified

292 }
293 // eslint-disable-next-line @typescript-eslint/no-explicit-any
294 public trace(message: string, ...args: any[]): void {
295 this.channel.trace(message, ...args);
296 }
297 // eslint-disable-next-line @typescript-eslint/no-explicit-any
298 public debug(message: string, ...args: any[]): void {
299 this.channel.debug(message, ...args);

Callers 3

writeLineMethod · 0.80
sendLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected