MCPcopy Index your code
hub / github.com/keploy/keploy / PushStatusDiff

Method PushStatusDiff

pkg/matcher/utils.go:796–798  ·  view source on GitHub ↗
(exp, act string)

Source from the content-addressed store, hash-verified

794 d.typeExp, d.typeAct = exp, act
795}
796func (d *DiffsPrinter) PushStatusDiff(exp, act string) {
797 d.statusExp, d.statusAct = exp, act
798}
799
800func (d *DiffsPrinter) PushFooterDiff(key string) {
801 d.hasarrayIndexMismatch = true

Callers 2

MatchFunction · 0.95
addStatusCodeDiffsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected