Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsops/sops
/ MockCipher
Struct
MockCipher
sops_test.go:639–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
}
638
639
type
MockCipher
struct
{}
640
641
func
(m MockCipher) Encrypt(value
interface
{}, key []byte, path string) (string, error) {
642
return
"a"
, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected