MCPcopy Create free account
hub / github.com/FernhillFable/cluster / util.js

File util.js

test/util.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2exports.sortById = function(docs) {
3 return docs.slice().sort(function(a, b) {
4 if (a.id > b.id) return 1;

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected