MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / providerToTarget

Function providerToTarget

scripts/data.ts:115–123  ·  view source on GitHub ↗
(provider: ProviderSource)

Source from the content-addressed store, hash-verified

113}
114
115export function providerToTarget(provider: ProviderSource): RenderTarget {
116 return {
117 id: provider.provider,
118 name: provider.name,
119 description: provider.description,
120 groups: provider.groups,
121 rules: provider.rules
122 };
123}
124
125export { mergeRuleSets };
126

Callers 1

generators.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected