MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / isDataView

Function isDataView

out/cli.cjs:11152–11154  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

11150 return ctor === DataView;
11151 }
11152 function isDataView(view) {
11153 return isDataViewConstructor(view.constructor);
11154 }
11155 function arrayBufferViewElementSize(ctor) {
11156 if (isDataViewConstructor(ctor)) {
11157 return 1;

Callers 1

readMethod · 0.85

Calls 1

isDataViewConstructorFunction · 0.85

Tested by

no test coverage detected