MCPcopy
hub / github.com/vercel/next.js / getInt32Memory0

Function getInt32Memory0

packages/next/src/compiled/@vercel/og/index.edge.js:19760–19765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19758}
19759var cachedInt32Memory0 = null;
19760function getInt32Memory0() {
19761 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
19762 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
19763 }
19764 return cachedInt32Memory0;
19765}
19766var cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true });
19767cachedTextDecoder.decode();
19768function getStringFromWasm0(ptr, len) {

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected