MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / findServiceKey

Function findServiceKey

src/setup/key-guidance.ts:32–34  ·  view source on GitHub ↗
(env: string)

Source from the content-addressed store, hash-verified

30] as const;
31
32export function findServiceKey(env: string): ServiceKey | undefined {
33 return WEB_SERVICE_KEYS.find(k => k.env === env);
34}
35
36/** One-key guidance block: where to get it + the three ways to set it. PURE. */
37export function keyGuidance(env: string): string {

Callers 3

executeMethod · 0.85
keyGuidanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected