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

Method constructor

apps/api/src/engine/settings.service.ts:8–8  ·  view source on GitHub ↗
(private readonly store: StoreService)

Source from the content-addressed store, hash-verified

6@Injectable()
7export class SettingsService {
8 constructor(private readonly store: StoreService) {}
9
10 get(userId: string): Settings {
11 return this.store.userSettings.get(userId) as Settings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected