MCPcopy Index your code
hub / github.com/nodejs/node / maxFlush

Function maxFlush

lib/zlib.js:330–332  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

328}
329
330function maxFlush(a, b) {
331 return flushiness[a] > flushiness[b] ? a : b;
332}
333
334// Set up a list of 'special' buffers that can be written using .write()
335// from the .flush() code as a way of introducing flushing operations into the

Callers 1

zlib.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…