MCPcopy
hub / github.com/docker/compose / IsEmpty

Method IsEmpty

pkg/compose/plugins.go:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (p ProviderMetadata) IsEmpty() bool {
289 return p.Description == "" && p.Up.Parameters == nil && p.Down.Parameters == nil
290}
291
292type CommandMetadata struct {
293 Parameters []ParameterMetadata `json:"parameters"`

Callers 1

setupPluginCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected