Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsops/sops
/ reverseCipher
Struct
reverseCipher
sops_test.go:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
reverseCipher
struct
{}
18
19
// reverse returns its argument string reversed rune-wise left to right.
20
func
reverse(s string) string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected