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

Method push

modules/data/zlib/deflate.js:34–34  ·  view source on GitHub ↗
(buffer, end)

Source from the content-addressed store, hash-verified

32 close() { return native("xs_deflate_close").call(this); }
33
34 push(buffer, end) { return native("xs_deflate_push").call(this, buffer, end); }
35}
36
37function onData(chunk) {

Callers 15

deflateFunction · 0.95
appendMethod · 0.45
setMethod · 0.45
onDataFunction · 0.45
#doSampleMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
servicesMethod · 0.45
constructorMethod · 0.45
servicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected