MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / listServiceNames

Function listServiceNames

showcase/scripts/railway-envs.ts:1832–1834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1830}
1831
1832export function listServiceNames(): string[] {
1833 return Object.keys(SERVICES).sort();
1834}
1835
1836/**
1837 * The subset of SERVICES that `showcase_build.yml` actually builds and

Callers 1

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…