MCPcopy
hub / github.com/keploy/keploy / PushHeaderDiff

Method PushHeaderDiff

pkg/matcher/utils.go:805–807  ·  view source on GitHub ↗
(exp, act, key string, noise map[string][]string)

Source from the content-addressed store, hash-verified

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
807}
808
809func (d *DiffsPrinter) PushBodyDiff(exp, act string, noise map[string][]string) {
810 d.bodyExp, d.bodyAct, d.bodyNoise = exp, act, noise

Callers 4

MatchFunction · 0.95
MatchFunction · 0.95
printRequestDiffFunction · 0.95
addHeaderDiffsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected