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

Function getUint8Memory0

out/cli.cjs:25506–25511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25504 var WASM_VECTOR_LEN = 0;
25505 var cachedUint8Memory0 = null;
25506 function getUint8Memory0() {
25507 if (cachedUint8Memory0 === null || cachedUint8Memory0.byteLength === 0) {
25508 cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);
25509 }
25510 return cachedUint8Memory0;
25511 }
25512 var lTextEncoder = typeof TextEncoder === "undefined" ? (0, module2.require)("util").TextEncoder : TextEncoder;
25513 var cachedTextEncoder = new lTextEncoder("utf-8");
25514 var encodeString = typeof cachedTextEncoder.encodeInto === "function" ? function(arg, view) {

Callers 4

passStringToWasm0Function · 0.85
getStringFromWasm0Function · 0.85
passArray8ToWasm0Function · 0.85
getArrayU8FromWasm0Function · 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…