MCPcopy 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

74type diffy []gojsondiff.Delta
75
76func (d diffy) Modified() bool {
77 return len(d) > 0
78}
79
80func (d diffy) Deltas() []gojsondiff.Delta {
81 return d

Callers 2

Test_JSONDiffWithRegexFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_JSONDiffWithRegexFunction · 0.64