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

Function authored

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

Source from the content-addressed store, hash-verified

145 return existing.get(`${id}.toml`)?.toml;
146 },
147 authored(id) {
148 return existing.get(`${id}.toml`)?.authored;
149 },
150 });
151 if (translated === undefined) {
152 if (provider.sourceID !== undefined) skippedRemote.push(provider.sourceID(sourceModel));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected