Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
sinon = require(
'sinon'
);
2
3
exports.sortById =
function
(docs) {
4
return
docs.slice().sort(
function
(a, b) {
Callers
nothing calls this directly
Calls
1
callback
Function · 0.70
Tested by
no test coverage detected