MCPcopy
hub / github.com/keploy/keploy / Matches

Method Matches

pkg/matcher/utils.go:395–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393 return v.isExact
394}
395func (v *JSONComparisonResult) Matches() bool {
396 return v.matches
397}
398func (v *JSONComparisonResult) Differences() []string {
399 return v.differences
400}

Callers 3

MatchFunction · 0.95
MatchFunction · 0.95
handleJSONDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected