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

Method imagesToResolve

packages/next/src/compiled/@vercel/og/index.edge.js:20023–20037  ·  view source on GitHub ↗

* @returns {Array<any>}

()

Source from the content-addressed store, hash-verified

20021 * @returns {Array<any>}
20022 */
20023 imagesToResolve() {
20024 try {
20025 const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
20026 wasm.resvg_imagesToResolve(retptr, this.ptr);
20027 var r0 = getInt32Memory0()[retptr / 4 + 0];
20028 var r1 = getInt32Memory0()[retptr / 4 + 1];
20029 var r2 = getInt32Memory0()[retptr / 4 + 2];
20030 if (r2) {
20031 throw takeObject(r1);
20032 }
20033 return takeObject(r0);
20034 } finally {
20035 wasm.__wbindgen_add_to_stack_pointer(16);
20036 }
20037 }
20038 /**
20039 * @param {string} href
20040 * @param {Uint8Array} buffer

Callers

nothing calls this directly

Calls 2

getInt32Memory0Function · 0.70
takeObjectFunction · 0.70

Tested by

no test coverage detected