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

Method constructor

lib/internal/blocklist.js:287–292  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

285
286class InternalBlockList {
287 constructor(handle) {
288 markTransferMode(this, true, false);
289 this[kHandle] = handle;
290 if (handle !== undefined)
291 handle[owner_symbol] = this;
292 }
293}
294
295InternalBlockList.prototype.constructor = BlockList.prototype.constructor;

Callers

nothing calls this directly

Calls 1

markTransferModeFunction · 0.85

Tested by

no test coverage detected