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

Method all

Extension/src/Utility/Process/process.ts:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 all() {
130 return [...this.stdio.all(), ...this.error.all()];
131 }
132
133 clear() {
134 this.stdio.clear();

Callers

nothing calls this directly

Calls 1

allMethod · 0.65

Tested by

no test coverage detected