MCPcopy
hub / github.com/keploy/keploy / IsExact

Method IsExact

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

Source from the content-addressed store, hash-verified

390}
391
392func (v *JSONComparisonResult) IsExact() bool {
393 return v.isExact
394}
395func (v *JSONComparisonResult) Matches() bool {
396 return v.matches
397}

Callers 5

MatchFunction · 0.95
CompareHTTPReqFunction · 0.95
CompareHTTPRespFunction · 0.95
MatchFunction · 0.95
handleJSONDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected