Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ close
Method
close
modules/data/zlib/deflate.js:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
this.onEnd = onEnd;
31
}
32
close() {
return
native(
"xs_deflate_close"
).call(this); }
33
34
push(buffer, end) {
return
native(
"xs_deflate_push"
).call(this, buffer, end); }
35
}
Callers
1
deflate
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected