| 5 | /** Per-user settings (stored as a JSON blob in SQLite). */ |
| 6 | @Injectable() |
| 7 | export class SettingsService { |
| 8 | constructor(private readonly store: StoreService) {} |
| 9 | |
| 10 | get(userId: string): Settings { |
nothing calls this directly
no outgoing calls
no test coverage detected