Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
395
func
(v *JSONComparisonResult) Matches() bool {
396
return
v.matches
397
}
398
func
(v *JSONComparisonResult) Differences() []string {
399
return
v.differences
400
}
Callers
3
Match
Function · 0.95
Match
Function · 0.95
handleJSONDiff
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected