MCPcopy Index your code
hub / github.com/anomalyco/models.dev / fetchModels

Method fetchModels

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

Source from the content-addressed store, hash-verified

60 sourceID?(model: SourceModel): string;
61 skippedNotice?(ids: string[]): string[];
62 fetchModels(): Promise<unknown>;
63 parseModels(raw: unknown): SourceModel[];
64 translateModel(
65 model: SourceModel,

Callers 1

syncProviderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected