MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents /

Class

apps/api/src/engine/store.service.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14/** Opens the SQLite store once (Nest singleton) and exposes per-user repos. */
15@Injectable()
16export class StoreService {
17 readonly db: Db;
18 readonly runs: SqliteRunsRepo;
19 readonly memory: SqliteMemoryRepo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected