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

Function wt

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

Source from the content-addressed store, hash-verified

13588 return F[s >> 2] = 0, s - c2;
13589 }
13590 function wt(f) {
13591 for (var s = 0, g2 = 0; g2 < f.length; ++g2) {
13592 var c2 = f.charCodeAt(g2);
13593 55296 <= c2 && 57343 >= c2 && ++g2, s += 4;
13594 }
13595 return s;
13596 }
13597 var Dt = {};
13598 function lt(f) {
13599 var s = Dt[f];

Callers 3

StFunction · 0.85
DtFunction · 0.85
parseMethod · 0.85

Calls 1

charCodeAtMethod · 0.80

Tested by

no test coverage detected