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

Method writeCallback

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

Source from the content-addressed store, hash-verified

2303 cb(err);
2304 };
2305 const writeCallback = (err) => {
2306 waitingForWriteCallback = false;
2307 writeCallbackErr = err;
2308 done();
2309 };
2310 const endCheckCallback = (err) => {
2311 waitingForEndCheck = false;
2312 endCheckCallbackErr = err;

Callers

nothing calls this directly

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected