MCPcopy Create free account
hub / github.com/CopilotKit/CopilotKit / getSlotConfig

Function getSlotConfig

packages/angular/src/lib/slots/slot.utils.ts:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 * ```
257 */
258export function getSlotConfig(): ReadonlyMap<string, SlotRegistryEntry> | null {
259 return inject(SLOT_CONFIG, { optional: true });
260}
261
262/**
263 * Creates a render function for a specific slot.

Callers 2

HostComponentClass · 0.90
createSlotRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…