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

Method constructor

apps/api/src/keys/keys.controller.ts:9–12  ·  view source on GitHub ↗
(
    private readonly keys: KeysService,
    private readonly engine: EngineService,
  )

Source from the content-addressed store, hash-verified

7@Controller("keys")
8export class KeysController {
9 constructor(
10 private readonly keys: KeysService,
11 private readonly engine: EngineService,
12 ) {}
13
14 /** List which provider keys this user has set (masked — never the secret). */
15 @Get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected