MCPcopy Create free account
hub / github.com/anomalyco/models.dev / syncProviderMatrix

Function syncProviderMatrix

packages/core/src/sync/index.ts:391–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389}
390
391export function syncProviderMatrix() {
392 return {
393 include: Object.values(providers).map((provider) => ({
394 provider: provider.id,
395 name: provider.name,
396 })),
397 };
398}
399
400async function readExisting(modelsDir: string) {
401 const existing = new Map<string, {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected