Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
122
type
decryptKeyError
struct
{
123
keyName string
124
errs []error
125
}
126
127
func
(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