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

Function L

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

Source from the content-addressed store, hash-verified

1199}var J = /\/+/g,
1200 K = [];
1201function L(a, b, d, e) {
1202 if (K.length) {
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) {

Callers 2

RFunction · 0.85
bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected