MCPcopy Index your code
hub / github.com/zalando/skipper / newTestProxyWithFiltersAndParams

Function newTestProxyWithFiltersAndParams

proxy/proxy_test.go:249–251  ·  view source on GitHub ↗
(fr filters.Registry, doc string, params Params, preprocs []routing.PreProcessor)

Source from the content-addressed store, hash-verified

247}
248
249func newTestProxyWithFiltersAndParams(fr filters.Registry, doc string, params Params, preprocs []routing.PreProcessor) (*testProxy, error) {
250 return newCustomTestProxy(nil, fr, doc, params, preprocs)
251}
252
253func newTestProxyWithFilters(fr filters.Registry, doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) {
254 return newTestProxyWithFiltersAndParams(fr, doc, Params{Flags: flags, PriorityRoutes: pr}, nil)

Callers 7

testLoopbackFunction · 0.85
TestBreakerLeakFunction · 0.85
newTestProxyWithFiltersFunction · 0.85
newTestProxyWithParamsFunction · 0.85
newTestProxyFunction · 0.85

Calls 1

newCustomTestProxyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…