Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsops/sops
/ fileAlreadyEncryptedError
Struct
fileAlreadyEncryptedError
cmd/sops/encrypt.go:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
fileAlreadyEncryptedError
struct
{}
41
42
func
(err *fileAlreadyEncryptedError) Error() string {
43
return
"File already encrypted"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected