MCPcopy
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.tsFile · 0.80
pm2bootstrap.tsFile · 0.80
pm2bootstrap.tsFile · 0.80
pm2bootstrap.tsFile · 0.80
test.tsFile · 0.80
pm2bootstrap.tsFile · 0.80
pm2bootstrap.tsFile · 0.80

Calls 1

_connectDBMethod · 0.95

Tested by

no test coverage detected