MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / x

Function x

webapp/_webapp/src/libs/apple-auth.js:235–239  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

233 return { width: t.width, height: t.height };
234 },
235 x = function (e) {
236 return e.contentBoxSize
237 ? { width: e.contentBoxSize.inlineSize, height: e.contentBoxSize.blockSize }
238 : { width: e.contentRect.width, height: e.contentRect.height };
239 },
240 B = function (e) {
241 var t,
242 i,

Callers 1

mFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected