MCPcopy Create free account
hub / github.com/docker/compose / Close

Method Close

pkg/compose/model.go:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (m *modelAPI) Close() {
108 m.cleanup()
109}
110
111func (m *modelAPI) PullModel(ctx context.Context, model types.ModelConfig, quietPull bool, events api.EventProcessor) error {
112 events.On(api.Resource{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected