MCPcopy Index your code
hub / github.com/share/sharedb / util.js

File util.js

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

Source from the content-addressed store, hash-verified

1var sinon = require('sinon');
2
3exports.sortById = function(docs) {
4 return docs.slice().sort(function(a, b) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected