MCPcopy
hub / github.com/keploy/keploy / SetHasarrayIndexMismatch

Method SetHasarrayIndexMismatch

pkg/matcher/utils.go:761–763  ·  view source on GitHub ↗
(has bool)

Source from the content-addressed store, hash-verified

759}
760
761func (d *DiffsPrinter) SetHasarrayIndexMismatch(has bool) {
762 d.hasarrayIndexMismatch = has
763}
764
765func NewDiffsPrinter(testCase string) DiffsPrinter {
766 return NewDiffsPrinterOut(os.Stdout, testCase)

Callers 3

MatchFunction · 0.95
MatchFunction · 0.95
handleJSONDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected