MCPcopy Index your code
hub / github.com/nodejs/node / [kTransferList]

Method [kTransferList]

lib/internal/abort_controller.js:437–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435 }
436
437 [kTransferList]() {
438 if (!this.aborted) {
439 const { port1, port2 } = lazyMessageChannel();
440 port1.unref();
441 port2.unref();
442 this[kCloneData] = {
443 port1,
444 port2,
445 };
446 return [port2];
447 }
448 return [];
449 }
450
451 [kDeserialize]({ aborted, reason, port }) {
452 if (aborted) {

Callers

nothing calls this directly

Calls 2

lazyMessageChannelFunction · 0.85
unrefMethod · 0.45

Tested by

no test coverage detected