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

TypeAlias decryptKeyErrors

usererrors.go:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type decryptKeyErrors []error
105
106func (e decryptKeyErrors) Error() string {
107 return fmt.Sprintf("error decrypting key: %s", []error(e))

Callers 1

decryptKeyGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected