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

Method destroy

lib/internal/http2/compat.js:863–869  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

861 }
862
863 destroy(err) {
864 if (this[kState].destroyed)
865 return;
866
867 this[kState].destroyed = true;
868 this[kStream].destroy(err);
869 }
870
871 setTimeout(msecs, callback) {
872 if (this[kState].closed)

Callers 3

[kSetHeader]Method · 0.95
[kAppendHeader]Method · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected