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

Function WithModelStore

pkg/runtime/runtime.go:410–414  ·  view source on GitHub ↗
(store ModelStore)

Source from the content-addressed store, hash-verified

408}
409
410func WithModelStore(store ModelStore) Opt {
411 return func(r *LocalRuntime) {
412 r.modelsStore = store
413 }
414}
415
416func WithSessionStore(store session.Store) Opt {
417 return func(r *LocalRuntime) {

Calls

no outgoing calls