MCPcopy Index your code
hub / github.com/kopia/kopia / jsonEqual

Function jsonEqual

cli/command_policy_edit.go:130–132  ·  view source on GitHub ↗
(v1, v2 *policy.Policy)

Source from the content-addressed store, hash-verified

128}
129
130func jsonEqual(v1, v2 *policy.Policy) bool {
131 return prettyJSON(v1) == prettyJSON(v2)
132}
133
134func insertHelpText(s, lookFor, help string) string {
135 p := strings.Index(s, lookFor)

Callers 1

runMethod · 0.85

Calls 1

prettyJSONFunction · 0.85

Tested by

no test coverage detected