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

Function getDataViewOrTypedArrayByteLength

lib/internal/crypto/util.js:688–691  ·  view source on GitHub ↗
(V)

Source from the content-addressed store, hash-verified

686}
687
688function getDataViewOrTypedArrayByteLength(V) {
689 return isDataView(V) ?
690 DataViewPrototypeGetByteLength(V) : TypedArrayPrototypeGetByteLength(V);
691}
692
693function hasAnyNotIn(set, checks) {
694 for (const s of set)

Callers 2

truncateToBitLengthFunction · 0.85
normalizeAlgorithmFunction · 0.85

Calls 1

isDataViewFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…