MCPcopy Index your code
hub / github.com/zxlie/FeHelper / _

Function _

apps/crontab/index.js:1165–1168  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1163 };
1164
1165 function _(e, t) {
1166 var n = e.nodeName, r = t.nodeName;
1167 return n === r || !!(t.actualize && n.charCodeAt(0) < 91 && 90 < r.charCodeAt(0)) && n === r.toUpperCase()
1168 }
1169
1170 function o(e, t, n) {
1171 e[n] !== t[n] && (e[n] = t[n], e[n] ? e.setAttribute(n, "") : e.removeAttribute(n, ""))

Callers 3

NFunction · 0.70
CFunction · 0.70
crontabGuruStarterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected