MCPcopy
hub / github.com/thx/resvg-js / getInt32Memory0

Function getInt32Memory0

wasm/index.js:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110var cachedInt32Memory0 = null;
111function getInt32Memory0() {
112 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
113 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
114 }
115 return cachedInt32Memory0;
116}
117var cachedTextDecoder = typeof TextDecoder !== "undefined" ? new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }) : { decode: () => {
118 throw Error("TextDecoder not available");
119} };

Callers 7

asPngMethod · 0.70
constructorMethod · 0.70
renderMethod · 0.70
toStringMethod · 0.70
imagesToResolveMethod · 0.70
resolveImageMethod · 0.70
__wbg_get_importsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…