MCPcopy
hub / github.com/exceljs/exceljs / _pipe

Function _pipe

lib/utils/stream-buf.js:202–211  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

200 },
201
202 async _pipe(chunk) {
203 const write = function(pipe) {
204 return new Promise(resolve => {
205 pipe.write(chunk.toBuffer(), () => {
206 resolve();
207 });
208 });
209 };
210 await Promise.all(this.pipes.map(write));
211 },
212 _writeToBuffers(chunk) {
213 let inPos = 0;
214 const inLen = chunk.length;

Callers

nothing calls this directly

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…