MCPcopy
hub / github.com/adaltas/node-csv / callback

Function callback

packages/stream-transform/lib/index.js:64–64  ·  view source on GitHub ↗
(err, ...chunks)

Source from the content-addressed store, hash-verified

62 } else if (l === 2) {
63 // async
64 const callback = (err, ...chunks) => this.__done(err, chunks, cb);
65 this.handler.call(this, chunk, callback, this.options.params);
66 } else {
67 throw Error("Invalid handler arguments");

Callers 15

recipe.pipe.jsFile · 0.85
_transformMethod · 0.85
_flushMethod · 0.85
parseFunction · 0.85
_transformMethod · 0.85
_flushMethod · 0.85
stringifyFunction · 0.85
generateFunction · 0.85
api.end.jsFile · 0.85
api.pipe.jsFile · 0.85
state.handler.jsFile · 0.85
mode.callback.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected