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

Function allIntegrations

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

Source from the content-addressed store, hash-verified

155];
156
157function allIntegrations(): Integration[] {
158 const registeredSlugs = new Set(registry.integrations.map((i) => i.slug));
159 return [
160 ...registry.integrations,
161 ...DOCS_ONLY_INTEGRATIONS.filter((i) => !registeredSlugs.has(i.slug)),
162 ];
163}
164
165export function getRegistry(): Registry {
166 return registry;

Callers 2

getIntegrationsFunction · 0.85
getIntegrationFunction · 0.85

Calls 2

filterMethod · 0.80
hasMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…