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

Method constructor

lib/internal/blocklist.js:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43class BlockList {
44 constructor() {
45 markTransferMode(this, true, false);
46 this[kHandle] = new BlockListHandle();
47 this[kHandle][owner_symbol] = this;
48 }
49
50 /**
51 * Returns true if the value is a BlockList

Callers

nothing calls this directly

Calls 1

markTransferModeFunction · 0.85

Tested by

no test coverage detected