MCPcopy Create free account
hub / github.com/TruthHun/BookStack / WriteReq

Function WriteReq

static/word2md/mammoth.browser.js:25333–25338  ·  view source on GitHub ↗
(chunk, encoding, cb)

Source from the content-addressed store, hash-verified

25331function nop() {}
25332
25333function WriteReq(chunk, encoding, cb) {
25334 this.chunk = chunk;
25335 this.encoding = encoding;
25336 this.callback = cb;
25337 this.next = null;
25338}
25339
25340function WritableState(options, stream) {
25341 Duplex = Duplex || require('./_stream_duplex');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected