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

Function getInt32Memory0

out/cli.cjs:25557–25562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25555 }
25556 var cachedInt32Memory0 = null;
25557 function getInt32Memory0() {
25558 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
25559 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
25560 }
25561 return cachedInt32Memory0;
25562 }
25563 var lTextDecoder = typeof TextDecoder === "undefined" ? (0, module2.require)("util").TextDecoder : TextDecoder;
25564 var cachedTextDecoder = new lTextDecoder("utf-8", { ignoreBOM: true, fatal: true });
25565 cachedTextDecoder.decode();

Callers 7

nameMethod · 0.85
encodeMethod · 0.85
encode_ordinaryMethod · 0.85
encode_with_unstableMethod · 0.85
decodeMethod · 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…