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

Function t

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

Source from the content-addressed store, hash-verified

13090 });
13091 }
13092 function t(n) {
13093 return A.MeasureCallback.implement({ measure: function() {
13094 let { width: i, height: o } = n(...arguments);
13095 return { width: i ?? NaN, height: o ?? NaN };
13096 } });
13097 }
13098 e(A.Node.prototype, "setMeasureFunc", function(n, i) {
13099 return i ? n.call(this, t(i)) : this.unsetMeasureFunc();
13100 });

Callers 6

XnFunction · 0.70
fFunction · 0.70
instantiateWasmFunction · 0.70
FrFunction · 0.70
WsFunction · 0.70

Calls 11

implementMethod · 0.80
isArrayMethod · 0.80
nFunction · 0.70
RtFunction · 0.70
getMethod · 0.65
setMethod · 0.65
deleteMethod · 0.45
forEachMethod · 0.45
hasMethod · 0.45
addMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected