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

Function clean

Extension/src/common.ts:814–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

812 });
813
814 const clean = () => {
815 proc.removeAllListeners();
816 if (cancellationTokenListener) {
817 cancellationTokenListener.dispose();
818 }
819 };
820
821 let stdout: string = '';
822 let stderr: string = '';

Callers 1

spawnChildProcessImplFunction · 0.70

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected