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

Function y

webapp/_webapp/src/libs/apple-auth.js:323–340  ·  view source on GitHub ↗
(e, t, i, o)

Source from the content-addressed store, hash-verified

321 },
322 },
323 y = function (e, t, i, o) {
324 var n = M[e],
325 r = (n.width - n.logoWidth) / 2;
326 return A(
327 "svg",
328 {
329 xmlns: "http://www.w3.org/2000/svg",
330 height: l(o),
331 width: l(i),
332 viewBox: "".concat(r, " 0 ").concat(n.logoWidth, " ").concat(n.height),
333 },
334 A(
335 "g",
336 { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" },
337 A("path", { fill: c(t), "fill-rule": "nonzero", d: n.path }),
338 ),
339 );
340 },
341 E = function (e) {
342 var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "black",
343 i = arguments.length > 3 ? arguments[3] : void 0,

Callers 1

YFunction · 0.85

Calls 3

AFunction · 0.85
lFunction · 0.85
cFunction · 0.85

Tested by

no test coverage detected