MCPcopy Index your code
hub / github.com/caseywebdev/react-list / compare

Function compare

docs/index.js:2170–2173  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2168 return first;
2169}
2170function compare(a, b) {
2171 var diff = a.sortIndex - b.sortIndex;
2172 return 0 !== diff ? diff : a.id - b.id;
2173}
2174exports.unstable_now = void 0;
2175if ("object" === typeof performance && "function" === typeof performance.now) {
2176 var localPerformance = performance;

Callers 2

pushFunction · 0.85
popFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…