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

Function modelMetadataDir

packages/core/src/sync/index.ts:470–472  ·  view source on GitHub ↗
(modelsDir: string)

Source from the content-addressed store, hash-verified

468}
469
470function modelMetadataDir(modelsDir: string) {
471 return path.join(path.dirname(path.dirname(path.dirname(modelsDir))), "models");
472}
473
474function resolveBaseModel(
475 authored: ExistingModel,

Callers 2

syncProviderFunction · 0.85
readModelMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected