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

Function ArrayBufferViewGetBuffer

lib/internal/webstreams/util.js:100–102  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

98// ArrayBuffer and ArrayBufferView's may have been tampered with.
99
100function ArrayBufferViewGetBuffer(view) {
101 return ReflectGet(view.constructor.prototype, 'buffer', view);
102}
103
104function ArrayBufferViewGetByteLength(view) {
105 return ReflectGet(view.constructor.prototype, 'byteLength', view);

Callers 7

cloneAsUint8ArrayFunction · 0.85
respondMethod · 0.85
readMethod · 0.85
enqueueMethod · 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…