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

Function getInt32Memory0

packages/next/src/compiled/@vercel/og/index.node.js:20762–20767  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20760}
20761var cachedInt32Memory0 = null;
20762function getInt32Memory0() {
20763 if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) {
20764 cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
20765 }
20766 return cachedInt32Memory0;
20767}
20768var cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true });
20769cachedTextDecoder.decode();
20770function 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