| 14 | /** Opens the SQLite store once (Nest singleton) and exposes per-user repos. */ |
| 15 | @Injectable() |
| 16 | export class StoreService { |
| 17 | readonly db: Db; |
| 18 | readonly runs: SqliteRunsRepo; |
| 19 | readonly memory: SqliteMemoryRepo; |
nothing calls this directly
no outgoing calls
no test coverage detected