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

Method sameModel

packages/core/src/sync/index.ts:58–58  ·  view source on GitHub ↗
(current: ExistingModel, desired: SyncedModel)

Source from the content-addressed store, hash-verified

56 preserveSymlinks?: boolean;
57 preserveBaseModels?: boolean;
58 sameModel?(current: ExistingModel, desired: SyncedModel): boolean;
59 missingNotice?(paths: string[]): string[];
60 sourceID?(model: SourceModel): string;
61 skippedNotice?(ids: string[]): string[];

Callers 1

syncProviderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected