Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
130
func
jsonEqual(v1, v2 *policy.Policy) bool {
131
return
prettyJSON(v1) == prettyJSON(v2)
132
}
133
134
func
insertHelpText(s, lookFor, help string) string {
135
p := strings.Index(s, lookFor)
Callers
1
run
Method · 0.85
Calls
1
prettyJSON
Function · 0.85
Tested by
no test coverage detected