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

Function z

webapp/_webapp/src/libs/apple-auth.js:250–261  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

248 v(e, "resizeCheckIsScheduled", !1);
249 },
250 z = function (e, t) {
251 v(e, "lastScheduleResizeCheckSize", t),
252 p(e, "resizeCheckIsScheduled") ||
253 (v(e, "resizeCheckIsScheduled", !0),
254 "function" == typeof requestAnimationFrame
255 ? window.requestAnimationFrame(function () {
256 B(e);
257 })
258 : setTimeout(function () {
259 B(e);
260 }, 1e3 / 60));
261 },
262 m = function (e, t) {
263 v(e, "resizeCallback", t),
264 p(e, "isObserved") ||

Callers 1

mFunction · 0.85

Calls 3

vFunction · 0.85
pFunction · 0.85
BFunction · 0.85

Tested by

no test coverage detected