Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-zlib-flush-write-sync-interleaved.js
File
test-zlib-flush-write-sync-interleaved.js
test/parallel/test-zlib-flush-write-sync-interleaved.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
const
assert = require(
'assert'
);
4
const
{ createGzip, createGunzip, Z_PARTIAL_FLUSH } = require(
'zlib'
);
Callers
nothing calls this directly
Calls
9
writeToDecompress
Function · 0.85
flush
Method · 0.65
require
Function · 0.50
setEncoding
Method · 0.45
write
Method · 0.45
push
Method · 0.45
read
Method · 0.45
end
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected