MCPcopy
hub / github.com/CopilotKit/CopilotKit / getIntegrations

Function getIntegrations

showcase/shell-docs/src/lib/registry.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169export function getIntegrations(): Integration[] {
170 return allIntegrations();
171}
172
173export function getIntegration(slug: string): Integration | undefined {
174 return allIntegrations().find((i) => i.slug === slug);

Callers 12

BackendGridFunction · 0.90
SidebarFrameworkSelectorFunction · 0.90
normalizeUrlFunction · 0.90
getAllLlmPagesFunction · 0.90
sitemapFunction · 0.90
RootLayoutFunction · 0.90
DocsOverviewFunction · 0.90
generateMetadataFunction · 0.90
FrameworkScopedDocsPageFunction · 0.90
resolvePageFunction · 0.90

Calls 1

allIntegrationsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…