MCPcopy Index your code
hub / github.com/danielstocks/react-sortable / M

Function M

bundle.js:1205–1207  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

1203 var c = K.pop();c.result = a;c.keyPrefix = b;c.func = d;c.context = e;c.count = 0;return c;
1204 }return { result: a, keyPrefix: b, func: d, context: e, count: 0 };
1205}function M(a) {
1206 a.result = null;a.keyPrefix = null;a.func = null;a.context = null;a.count = 0;10 > K.length && K.push(a);
1207}
1208function N(a, b, d, e) {
1209 var c = typeof a === "undefined" ? "undefined" : _typeof(a);if ("undefined" === c || "boolean" === c) a = null;if (null === a || "string" === c || "number" === c || "object" === c && a.$$typeof === I) return d(e, a, "" === b ? "." + O(a, 0) : b), 1;var g = 0;b = "" === b ? "." : b + ":";if (Array.isArray(a)) for (var k = 0; k < a.length; k++) {
1210 c = a[k];var m = b + O(c, k);g += N(c, m, d, e);

Callers 2

RFunction · 0.85
bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected