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

Method close

lib/internal/webstreams/transfer.js:253–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 }
252
253 close() {
254 this[kState].port.postMessage({ type: 'close' });
255 this[kState].port.close();
256 }
257
258 abort(reason) {
259 try {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
postMessageMethod · 0.45

Tested by

no test coverage detected