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

Function N

bundle.js:1208–1214  ·  view source on GitHub ↗
(a, b, d, e)

Source from the content-addressed store, hash-verified

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);
1211 } else if (m = H && a[H] || a["@@iterator"], "function" === typeof m) for (a = m.call(a), k = 0; !(c = a.next()).done;) {
1212 c = c.value, m = b + O(c, k++), g += N(c, m, d, e);
1213 } else "object" === c && (d = "" + a, t("31", "[object Object]" === d ? "object with keys {" + Object.keys(a).join(", ") + "}" : d, ""));return g;
1214}function O(a, b) {
1215 return "object" === (typeof a === "undefined" ? "undefined" : _typeof(a)) && null !== a && null != a.key ? escape(a.key) : b.toString(36);
1216}function P(a, b) {
1217 a.func.call(a.context, b, a.count++);

Callers 2

RFunction · 0.85
bundle.jsFile · 0.85

Calls 3

dFunction · 0.85
OFunction · 0.85
tFunction · 0.70

Tested by

no test coverage detected