Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
392
func
(v *JSONComparisonResult) IsExact() bool {
393
return
v.isExact
394
}
395
func
(v *JSONComparisonResult) Matches() bool {
396
return
v.matches
397
}
Callers
5
Match
Function · 0.95
CompareHTTPReq
Function · 0.95
CompareHTTPResp
Function · 0.95
Match
Function · 0.95
handleJSONDiff
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected