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

Method endCheckCallback

lib/internal/http2/core.js:2310–2314  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

2308 done();
2309 };
2310 const endCheckCallback = (err) => {
2311 waitingForEndCheck = false;
2312 endCheckCallbackErr = err;
2313 done();
2314 };
2315 // Shutdown write stream right after last chunk is sent
2316 // so final DATA frame can include END_STREAM flag
2317 process.nextTick(() => {

Callers

nothing calls this directly

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected