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

Method appendLine

src/logging.ts:228–230  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

226 ) {}
227
228 public appendLine(message: string): void {
229 this.append(message);
230 }
231
232 public append(message: string): void {
233 const parseResult = this.parser(message);

Callers 1

writeLineMethod · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected