Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
288
func
(p ProviderMetadata) IsEmpty() bool {
289
return
p.Description ==
""
&& p.Up.Parameters == nil && p.Down.Parameters == nil
290
}
291
292
type
CommandMetadata
struct
{
293
Parameters []ParameterMetadata `json:
"parameters"
`
Callers
1
setupPluginCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected