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

Function m

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

Source from the content-addressed store, hash-verified

260 }, 1e3 / 60));
261 },
262 m = function (e, t) {
263 v(e, "resizeCallback", t),
264 p(e, "isObserved") ||
265 (v(e, "isObserved", !0),
266 "undefined" != typeof ResizeObserver
267 ? (i ||
268 (i = new ResizeObserver(function (e) {
269 var t = !0,
270 i = !1,
271 o = void 0;
272 try {
273 for (var n, A = e[Symbol.iterator](); !(t = (n = A.next()).done); t = !0) {
274 var r = n.value;
275 z(r.target, x(r));
276 }
277 } catch (e) {
278 (i = !0), (o = e);
279 } finally {
280 try {
281 t || null == A.return || A.return();
282 } finally {
283 if (i) throw o;
284 }
285 }
286 })),
287 i.observe(e))
288 : C ||
289 (window.addEventListener("resize", function () {
290 w.forEach(function (e) {
291 return z(e);
292 });
293 }),
294 "undefined" != typeof MutationObserver &&
295 new MutationObserver(function () {
296 w.forEach(function (e) {
297 return z(e);
298 });
299 }).observe(document, { attributes: !0, childList: !0, characterData: !0, subtree: !0 }),
300 (C = !0)),
301 w.push(e));
302 },
303 M = {
304 small: {
305 height: 44,

Callers 1

YFunction · 0.85

Calls 4

vFunction · 0.85
pFunction · 0.85
zFunction · 0.85
xFunction · 0.70

Tested by

no test coverage detected