MCPcopy Index your code
hub / github.com/devtron-labs/devtron / validatePluginVariables

Function validatePluginVariables

pkg/plugin/GlobalPluginService.go:2331–2339  ·  view source on GitHub ↗
(variable []*bean2.PluginVariableDto)

Source from the content-addressed store, hash-verified

2329}
2330
2331func validatePluginVariables(variable []*bean2.PluginVariableDto) error {
2332 for _, v := range variable {
2333 err := validatePluginVariable(v)
2334 if err != nil {
2335 return err
2336 }
2337 }
2338 return nil
2339}
2340
2341// ValidateStepVariable validates the step variable
2342// It validates the following:

Callers 1

Calls 1

validatePluginVariableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…