MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / R

Function R

digit-recognizer/app/static/js/jquery-3.3.1.min.js:821–826  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

819 var M = /[^\x20\t\r\n\f]+/g;
820
821 function R(e) {
822 var t = {};
823 return w.each(e.match(M) || [], function (e, n) {
824 t[n] = !0
825 }), t
826 }
827
828 w.Callbacks = function (e) {
829 e = "string" == typeof e ? R(e) : w.extend({}, e);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected