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

Function getArrayU8FromWasm0

out/cli.cjs:25600–25603  ·  view source on GitHub ↗
(ptr, len)

Source from the content-addressed store, hash-verified

25598 return ptr;
25599 }
25600 function getArrayU8FromWasm0(ptr, len) {
25601 ptr = ptr >>> 0;
25602 return getUint8Memory0().subarray(ptr / 1, ptr / 1 + len);
25603 }
25604 function handleError(f4, args) {
25605 try {
25606 return f4.apply(this, args);

Callers 2

decodeMethod · 0.85

Calls 1

getUint8Memory0Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…