MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / arrayBufferViewElementSize

Function arrayBufferViewElementSize

out/cli.cjs:11155–11160  ·  view source on GitHub ↗
(ctor)

Source from the content-addressed store, hash-verified

11153 return isDataViewConstructor(view.constructor);
11154 }
11155 function arrayBufferViewElementSize(ctor) {
11156 if (isDataViewConstructor(ctor)) {
11157 return 1;
11158 }
11159 return ctor.BYTES_PER_ELEMENT;
11160 }
11161 class ReadableStreamBYOBRequest2 {
11162 constructor() {
11163 throw new TypeError("Illegal constructor");

Callers 1

Calls 1

isDataViewConstructorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…