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

Function isBigInt64Array

lib/internal/util/types.js:57–59  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

55}
56
57function isBigInt64Array(value) {
58 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigInt64Array';
59}
60
61function isBigUint64Array(value) {
62 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigUint64Array';

Callers 1

getStatsFromBindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…