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

Function B

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

Source from the content-addressed store, hash-verified

238 : { width: e.contentRect.width, height: e.contentRect.height };
239 },
240 B = function (e) {
241 var t,
242 i,
243 o = p(e, "lastScheduleResizeCheckSize"),
244 n = o || b(e),
245 A = p(e, "lastKnownSize");
246 (A && ((i = n), (t = A).width === i.width && t.height === i.height)) ||
247 (p(e, "resizeCallback")(n), v(e, "lastKnownSize", n));
248 v(e, "resizeCheckIsScheduled", !1);
249 },
250 z = function (e, t) {
251 v(e, "lastScheduleResizeCheckSize", t),
252 p(e, "resizeCheckIsScheduled") ||

Callers 1

zFunction · 0.85

Calls 3

pFunction · 0.85
bFunction · 0.85
vFunction · 0.85

Tested by

no test coverage detected