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

Function isUint8Array

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

Source from the content-addressed store, hash-verified

15}
16
17function isUint8Array(value) {
18 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Uint8Array';
19}
20
21function isUint8ClampedArray(value) {
22 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Uint8ClampedArray';

Callers 15

initSocketHandleFunction · 0.85
SocketFunction · 0.85
write_Function · 0.85
tls.jsFile · 0.85
zlibBufferFunction · 0.85
buffer.jsFile · 0.85
bidirectionalIndexOfFunction · 0.85
encodeIntoMethod · 0.85
onStreamReadFunction · 0.85
normalizeBatchFunction · 0.85
primitiveToUint8ArrayFunction · 0.85
isUint8ArrayBatchFunction · 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…