MCPcopy
hub / github.com/ndleah/python-mini-project / j

Function j

digit-recognizer/app/static/js/jquery-3.3.1.min.js:713–721  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

711 var A = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;
712
713 function j(e, t, n) {
714 return g(t) ? w.grep(e, function (e, r) {
715 return !!t.call(e, r, e) !== n
716 }) : t.nodeType ? w.grep(e, function (e) {
717 return e === t !== n
718 }) : "string" != typeof t ? w.grep(e, function (e) {
719 return u.call(t, e) > -1 !== n
720 }) : w.filter(t, e, n)
721 }
722
723 w.filter = function (e, t, n) {
724 var r = t[0];

Callers 1

Calls 1

gFunction · 0.85

Tested by

no test coverage detected