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

Class

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

Source from the content-addressed store, hash-verified

5/** Per-user settings (stored as a JSON blob in SQLite). */
6@Injectable()
7export class SettingsService {
8 constructor(private readonly store: StoreService) {}
9
10 get(userId: string): Settings {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected