MCPcopy
hub / github.com/di-sukharev/opencommit / isArrayBuffer3

Function isArrayBuffer3

out/cli.cjs:2787–2794  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2785 }
2786 var byteLengthGetter = Object.getOwnPropertyDescriptor(ArrayBuffer.prototype, "byteLength").get;
2787 function isArrayBuffer3(value) {
2788 try {
2789 byteLengthGetter.call(value);
2790 return true;
2791 } catch (e3) {
2792 return false;
2793 }
2794 }
2795 function iteratorResult([key, value], kind3) {
2796 let result;
2797 switch (kind3) {

Callers 1

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