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

Function createError

cmd/sops/edit.go:113–118  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

111}
112
113func createError(err error) editTreeResult {
114 return editTreeResult{
115 value: nil,
116 err: err,
117 }
118}
119
120func editTree(opts editOpts, tree *sops.Tree, dataKey []byte) ([]byte, error) {
121 // Create temporary file for editing

Callers 2

editTreeFunction · 0.85
editTreeImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected