Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ Modified
Method
Modified
acceptance/cli/cli.go:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
type
diffy []gojsondiff.Delta
75
76
func
(d diffy) Modified() bool {
77
return
len(d) > 0
78
}
79
80
func
(d diffy) Deltas() []gojsondiff.Delta {
81
return
d
Callers
2
theStandardOutputShouldContain
Function · 0.80
Test_JSONDiffWithRegex
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test_JSONDiffWithRegex
Function · 0.64