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

Method get

apps/api/src/engine/settings.service.ts:10–12  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

8 constructor(private readonly store: StoreService) {}
9
10 get(userId: string): Settings {
11 return this.store.userSettings.get(userId) as Settings;
12 }
13
14 update(userId: string, patch: Settings): Settings {
15 const merged = { ...this.get(userId), ...patch };

Callers 1

updateMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected