MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / writeln

Method writeln

Extension/src/Utility/Process/process.ts:29–29  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

27 readonly exitCode: Promise<number>;
28 write(data: string): Promise<void>;
29 writeln(data: string): Promise<void>;
30 all(): string[];
31 clear(): void;
32 stop(): void;

Callers 2

writelnMethod · 0.65
pushMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected