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

Function qs

packages/next/src/compiled/@vercel/og/index.edge.js:19063–19074  ·  view source on GitHub ↗
(e, t, n = {})

Source from the content-addressed store, hash-verified

19061 }
19062};
19063function qs(e, t, n = {}) {
19064 let r = t == null ? void 0 : t[e];
19065 if (!r)
19066 return dt("fontSize", e, n);
19067 if (typeof r == "string")
19068 return Bt("fontSize", r);
19069 let i = {}, [o, s] = r, a = Wf("fontSize", o);
19070 if (a && (i = a), typeof s == "string")
19071 return _(xi("lineHeight", Ff(s, i), i));
19072 let { lineHeight: u2, letterSpacing: f } = s;
19073 return u2 && xi("lineHeight", Ff(u2, i), i), f && xi("letterSpacing", f, i), _(i);
19074}
19075function Ff(e, t) {
19076 let n = Fe(e);
19077 if (n) {

Callers 11

parseUtilityMethod · 0.70
arrayLikeKeysFunction · 0.50
baseIsEqualDeepFunction · 0.50
baseMergeDeepFunction · 0.50
isEmptyFunction · 0.50
transformFunction · 0.50
arrayLikeKeysFunction · 0.50
baseIsEqualDeepFunction · 0.50
baseMergeDeepFunction · 0.50
isEmptyFunction · 0.50
transformFunction · 0.50

Calls 6

dtFunction · 0.70
BtFunction · 0.70
WfFunction · 0.70
_Function · 0.70
xiFunction · 0.70
FfFunction · 0.70

Tested by

no test coverage detected