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

Function isDataViewConstructor

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

Source from the content-addressed store, hash-verified

11147 container._queueTotalSize = 0;
11148 }
11149 function isDataViewConstructor(ctor) {
11150 return ctor === DataView;
11151 }
11152 function isDataView(view) {
11153 return isDataViewConstructor(view.constructor);
11154 }

Callers 2

isDataViewFunction · 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…