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

Function A

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

Source from the content-addressed store, hash-verified

45 if (null !== i) return (i.innerHTML = t), i;
46 },
47 A = function (e, t) {
48 var i = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "";
49 ("string" == typeof t || o(t)) && ((i = t), (t = {})), i || (i = "");
50 var n = "";
51 for (var A in t) void 0 !== t[A] && t.hasOwnProperty(A) && (n += " " + A + '="' + t[A] + '"');
52 return o(i) && (i = i.join("")), "<" + e + n + ">" + i + "</" + e + ">";
53 },
54 r = function (e) {
55 var t = "";
56 for (var i in e) e[i] && e.hasOwnProperty(i) && (t += " " + i + ": " + e[i] + ";");

Callers 6

dFunction · 0.85
gFunction · 0.85
yFunction · 0.85
EFunction · 0.85
YFunction · 0.85
PFunction · 0.85

Calls 1

oFunction · 0.85

Tested by

no test coverage detected