MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onData

Function onData

modules/data/zlib/deflate.js:37–39  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

35}
36
37function onData(chunk) {
38 this.chunks.push(chunk);
39}
40
41function onEnd(err) {
42 this.err = err;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected