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

Function isFloat32Array

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

Source from the content-addressed store, hash-verified

47}
48
49function isFloat32Array(value) {
50 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float32Array';
51}
52
53function isFloat64Array(value) {
54 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float64Array';

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…