MCPcopy Index your code
hub / github.com/nodejs/node / cb

Function cb

lib/internal/streams/duplexify.js:250–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 const _resolve = resolve;
249 resolve = null;
250 _resolve({ __proto__: null, done: true, cb() {} });
251 }
252
253 cb(err);

Callers 15

onwriteErrorFunction · 0.70
afterWriteFunction · 0.70
writable.jsFile · 0.70
destroyFunction · 0.70
onDestroyFunction · 0.70
readable.jsFile · 0.70
finalFunction · 0.70
onfinishedFunction · 0.70
compose.jsFile · 0.70
onDrainMethod · 0.70
onErrorMethod · 0.70
#flushBufferMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected