Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/share/sharedb
/ milestone-db.js
File
milestone-db.js
test/milestone-db.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
expect = require(
'chai'
).expect;
2
var
Backend = require(
'../lib/backend'
);
3
var
MilestoneDB = require(
'../lib/milestone-db'
);
4
var
NoOpMilestoneDB = require(
'../lib/milestone-db/no-op'
);
Callers
nothing calls this directly
Calls
3
next
Function · 0.85
callback
Function · 0.70
create
Function · 0.50
Tested by
no test coverage detected