Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
function
onData(chunk) {
Callers
15
deflate
Function · 0.95
append
Method · 0.45
set
Method · 0.45
onData
Function · 0.45
#doSample
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
services
Method · 0.45
constructor
Method · 0.45
services
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected