MCPcopy
hub / github.com/continuedev/continue / Registry

Interface Registry

packages/config-yaml/src/interfaces/index.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * A registry stores the content of packages
11 */
12export interface Registry {
13 getContent(fullSlug: PackageIdentifier): Promise<string>;
14}
15export type SecretNamesMap = Map<FQSN, string>;
16
17/**

Callers 5

unrollAssistantFunction · 0.65
unrollBlocksFunction · 0.65
resolveBlockFunction · 0.65

Implementers 3

RegistryClientpackages/config-yaml/src/registryClien
MockRegistrypackages/config-yaml/src/load/injectBl
DocumentEditormanual-testing-sandbox/next-edit/next-

Calls

no outgoing calls

Tested by

no test coverage detected