MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewPluginDescribe

Function NewPluginDescribe

app/cli/pkg/action/plugin_actions.go:108–110  ·  view source on GitHub ↗

NewPluginDescribe creates a new NewPluginDescribe action

(cfg *ActionsOpts, manager *plugins.Manager)

Source from the content-addressed store, hash-verified

106
107// NewPluginDescribe creates a new NewPluginDescribe action
108func NewPluginDescribe(cfg *ActionsOpts, manager *plugins.Manager) *PluginDescribe {
109 return &PluginDescribe{cfg: cfg, manager: manager}
110}
111
112// Run executes the NewPluginDescribe action
113func (action *PluginDescribe) Run(_ context.Context, pluginName string) (*PluginDescribeResult, error) {

Callers 1

newPluginDescribeCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected