Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
type
decryptKeyErrors []error
105
106
func
(e decryptKeyErrors) Error() string {
107
return
fmt.Sprintf(
"error decrypting key: %s"
, []error(e))
Callers
1
decryptKeyGroup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected