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

Function getDataViewOrTypedArrayBuffer

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

Source from the content-addressed store, hash-verified

676}
677
678function getDataViewOrTypedArrayBuffer(V) {
679 return isDataView(V) ?
680 DataViewPrototypeGetBuffer(V) : TypedArrayPrototypeGetBuffer(V);
681}
682
683function getDataViewOrTypedArrayByteOffset(V) {
684 return isDataView(V) ?

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…