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

Method IsEmpty

pkg/compose/plan.go:174–176  ·  view source on GitHub ↗

IsEmpty returns true if the plan contains no operations.

()

Source from the content-addressed store, hash-verified

172
173// IsEmpty returns true if the plan contains no operations.
174func (p *Plan) IsEmpty() bool {
175 return len(p.Nodes) == 0
176}

Calls

no outgoing calls