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

Function copyModelAlias

packages/core/script/compare-model-migrations.ts:150–152  ·  view source on GitHub ↗
(directory: string, from: string, to: string)

Source from the content-addressed store, hash-verified

148}
149
150async function copyModelAlias(directory: string, from: string, to: string) {
151 return copyModelAliasWithReplacements(directory, from, to, []);
152}
153
154async function copyModelAliasWithReplacements(
155 directory: string,

Callers 1

Calls 1

Tested by

no test coverage detected