MCPcopy
hub / github.com/forwardemail/superagent / pipe

Method pipe

src/node/http2wrapper.js:177–180  ·  view source on GitHub ↗
(stream, options)

Source from the content-addressed store, hash-verified

175 }
176
177 pipe(stream, options) {
178 const frame = this.getFrame();
179 return frame.pipe(stream, options);
180 }
181
182 end(data) {
183 const frame = this.getFrame();

Callers 11

request.jsFile · 0.80
server.jsFile · 0.80
sendfileFunction · 0.80
basic.jsFile · 0.80
pipe.jsFile · 0.80
pipe-redirect.jsFile · 0.80
query.jsFile · 0.80
pipe-callback.jsFile · 0.80
index.jsFile · 0.80
unzip.jsFile · 0.80

Calls 1

getFrameMethod · 0.95

Tested by

no test coverage detected