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

Function isFloat16Array

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

Source from the content-addressed store, hash-verified

43}
44
45function isFloat16Array(value) {
46 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float16Array';
47}
48
49function isFloat32Array(value) {
50 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float32Array';

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…