MCPcopy Create free account
hub / github.com/zalando/skipper / newTestRoutingWithPredicates

Function newTestRoutingWithPredicates

routing/routing_test.go:75–77  ·  view source on GitHub ↗
(cps []routing.PredicateSpec, dc ...routing.DataClient)

Source from the content-addressed store, hash-verified

73}
74
75func newTestRoutingWithPredicates(cps []routing.PredicateSpec, dc ...routing.DataClient) (*testRouting, error) {
76 return newTestRoutingWithFiltersPredicates(builtin.MakeRegistry(), cps, dc...)
77}
78
79func newTestRouting(dc ...routing.DataClient) (*testRouting, error) {
80 return newTestRoutingWithFiltersPredicates(builtin.MakeRegistry(), nil, dc...)

Calls 2

MakeRegistryFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…