MCPcopy Index your code
hub / github.com/getsops/sops / decryptKeyError

Struct decryptKeyError

usererrors.go:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122type decryptKeyError struct {
123 keyName string
124 errs []error
125}
126
127func (e *decryptKeyError) isSuccessful() bool {
128 for _, err := range e.errs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected