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

Function TA

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

Source from the content-addressed store, hash-verified

13220 f.shift()(e);
13221 }
13222 function TA(f) {
13223 if (f === void 0)
13224 return "_unknown";
13225 f = f.replace(/[^a-zA-Z0-9_]/g, "$");
13226 var s = f.charCodeAt(0);
13227 return 48 <= s && 57 >= s ? "_" + f : f;
13228 }
13229 function xA(f, s) {
13230 return f = TA(f), function() {
13231 return s.apply(this, arguments);

Callers 5

xAFunction · 0.85
FIFunction · 0.85
sFunction · 0.85
fFunction · 0.85
beFunction · 0.85

Calls 3

charCodeAtMethod · 0.80
replaceMethod · 0.65
shiftMethod · 0.45

Tested by

no test coverage detected