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

Function getArrayU32FromWasm0

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

Source from the content-addressed store, hash-verified

25582 return cachedUint32Memory0;
25583 }
25584 function getArrayU32FromWasm0(ptr, len) {
25585 ptr = ptr >>> 0;
25586 return getUint32Memory0().subarray(ptr / 4, ptr / 4 + len);
25587 }
25588 function passArray8ToWasm0(arg, malloc) {
25589 const ptr = malloc(arg.length * 1, 1) >>> 0;
25590 getUint8Memory0().set(arg, ptr / 1);

Callers 2

encodeMethod · 0.85
encode_ordinaryMethod · 0.85

Calls 1

getUint32Memory0Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…