MCPcopy
hub / github.com/keploy/keploy / PushFooterDiff

Method PushFooterDiff

pkg/matcher/utils.go:800–803  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

798}
799
800func (d *DiffsPrinter) PushFooterDiff(key string) {
801 d.hasarrayIndexMismatch = true
802 d.text = key
803}
804
805func (d *DiffsPrinter) PushHeaderDiff(exp, act, key string, noise map[string][]string) {
806 d.headerExp[key], d.headerAct[key], d.headNoise = exp, act, noise

Callers 3

MatchFunction · 0.95
MatchFunction · 0.95
handleJSONDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected