MCPcopy Index your code
hub / github.com/docker/docker-agent / GetDatabase

Method GetDatabase

pkg/runtime/runtime.go:203–203  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

201type ModelStore interface {
202 GetModel(ctx context.Context, id modelsdev.ID) (*modelsdev.Model, error)
203 GetDatabase(ctx context.Context) (*modelsdev.Database, error)
204}
205
206// LocalRuntime manages the execution of agents

Callers 3

buildCatalogChoicesMethod · 0.65
GetDatabaseMethod · 0.65
collectModelsMethod · 0.65

Implementers 3

Storepkg/modelsdev/store.go
stubModelStorepkg/runtime/gateway_models_test.go
lazyModelStorepkg/runtime/lazy_model_store.go

Calls

no outgoing calls

Tested by

no test coverage detected