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

Function getUint32Memory0

out/cli.cjs:25578–25583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25576 }
25577 var cachedUint32Memory0 = null;
25578 function getUint32Memory0() {
25579 if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
25580 cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
25581 }
25582 return cachedUint32Memory0;
25583 }
25584 function getArrayU32FromWasm0(ptr, len) {
25585 ptr = ptr >>> 0;
25586 return getUint32Memory0().subarray(ptr / 4, ptr / 4 + len);

Callers 2

getArrayU32FromWasm0Function · 0.85
passArray32ToWasm0Function · 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…