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

Function CreateArrayFromList

out/cli.cjs:11020–11022  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

11018 };
11019 var _a5, _b2, _c2;
11020 function CreateArrayFromList(elements) {
11021 return elements.slice();
11022 }
11023 function CopyDataBlockBytes(dest, destOffset, src, srcOffset, n2) {
11024 new Uint8Array(dest).set(new Uint8Array(src, srcOffset, n2), destOffset);
11025 }

Callers 3

cancel1AlgorithmFunction · 0.85
cancel2AlgorithmFunction · 0.85
teeMethod · 0.85

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…