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

Function kA

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

Source from the content-addressed store, hash-verified

13205 }
13206 }
13207 function kA() {
13208 return u2 || typeof fetch != "function" ? Promise.resolve().then(function() {
13209 return FA();
13210 }) : fetch(wA, { credentials: "same-origin" }).then(function(f) {
13211 if (!f.ok)
13212 throw "failed to load wasm binary file at '" + wA + "'";
13213 return f.arrayBuffer();
13214 }).catch(function() {
13215 return FA();
13216 });
13217 }
13218 function te(f) {
13219 for (; 0 < f.length; )
13220 f.shift()(e);

Callers 3

g2Function · 0.85
teFunction · 0.85
PAFunction · 0.85

Calls 12

FAFunction · 0.85
wAFunction · 0.85
LnFunction · 0.85
iAFunction · 0.85
thenMethod · 0.80
charCodeAtMethod · 0.80
resolveMethod · 0.65
fetchFunction · 0.50
ErrorClass · 0.50
catchMethod · 0.45
arrayBufferMethod · 0.45
sliceMethod · 0.45

Tested by

no test coverage detected