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

Method invalidate

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

Drop a user's cached engine so their next run picks up new settings/keys.

(userId: string)

Source from the content-addressed store, hash-verified

70
71 /** Drop a user's cached engine so their next run picks up new settings/keys. */
72 invalidate(userId: string): void {
73 this.cache.delete(userId);
74 }
75}

Callers 3

updateMethod · 0.80
updateMethod · 0.80

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected