MCPcopy Create free account
hub / github.com/devfile/api / Error

Method Error

pkg/validation/variables/errors.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (e *InvalidKeysError) Error() string {
31 return fmt.Sprintf("invalid variable references - %s", strings.Join(e.Keys, ","))
32}
33
34// newInvalidKeysError processes the invalid key set and returns an InvalidKeysError if present
35func newInvalidKeysError(keySet map[string]bool) error {

Callers 2

readFileToStructFunction · 0.45

Calls

no outgoing calls

Tested by 2

readFileToStructFunction · 0.36