MCPcopy
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
17type reverseCipher struct{}
18
19// reverse returns its argument string reversed rune-wise left to right.
20func reverse(s string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected