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

Method end

test/parallel/test-zlib.js:156–162  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

154 }
155
156 end(chunk) {
157 // Walk over the chunk in blocks.
158 this.chunk = chunk;
159 this.length = chunk.length;
160 this.resume();
161 return this.ended;
162 }
163}
164
165// windowBits: 8 shouldn't throw

Calls 1

resumeMethod · 0.95

Tested by 15

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36