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

Method isBlockList

lib/internal/blocklist.js:55–57  ·  view source on GitHub ↗

* Returns true if the value is a BlockList * @param {any} value * @returns {boolean}

(value)

Source from the content-addressed store, hash-verified

53 * @returns {boolean}
54 */
55 static isBlockList(value) {
56 return value?.[kHandle] !== undefined;
57 }
58
59 [kInspect](depth, options) {
60 if (depth < 0)

Callers 5

SocketFunction · 0.80
ServerFunction · 0.80
SocketFunction · 0.80
test-blocklist.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected