MCPcopy
hub / github.com/getsops/sops / Error

Method Error

cmd/sops/edit.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102type cancelError struct{}
103
104func (err *cancelError) Error() string {
105 return "User canceled operation"
106}
107
108type editTreeResult struct {
109 value []byte

Calls

no outgoing calls