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

Method pipe

Extension/src/Utility/Process/streams.ts:230–232  ·  view source on GitHub ↗
(stream: ReadWriteLineStream)

Source from the content-addressed store, hash-verified

228 this.streamRead = reading;
229 }
230 pipe(stream: ReadWriteLineStream) {
231 this.#pipes.add(stream);
232 }
233 unpipe(stream: ReadableLineStream) {
234 if (this.#pipes.delete(stream as ReadWriteLineStream)) {
235 // reciprocate if we deleted it from here.

Callers 6

gulpfile.jsFile · 0.80
generateSrcLocBundleFunction · 0.80
generateHtmlLocFunction · 0.80
generateJsonSchemaLocFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected