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

Function isFloat64Array

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

Source from the content-addressed store, hash-verified

51}
52
53function isFloat64Array(value) {
54 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float64Array';
55}
56
57function isBigInt64Array(value) {
58 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigInt64Array';

Callers 2

getRandomValuesFunction · 0.85
objectComparisonStartFunction · 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…