Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ever-co/ever-demand
/ start
Method
start
packages/core/src/services/services.app.ts:95–98 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
93
}
94
95
async
start(callback: () => void) {
96
this.callback = callback;
97
await
this._connectDB();
98
}
99
100
static getEntities() {
101
const
entities = [
Callers
7
main.ts
File · 0.80
pm2bootstrap.ts
File · 0.80
pm2bootstrap.ts
File · 0.80
pm2bootstrap.ts
File · 0.80
test.ts
File · 0.80
pm2bootstrap.ts
File · 0.80
pm2bootstrap.ts
File · 0.80
Calls
1
_connectDB
Method · 0.95
Tested by
no test coverage detected