MCPcopy
hub / github.com/yusing/godoxy / ShouldExclude

Method ShouldExclude

internal/route/reverse_proxy.go:144–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (r *ReverseProxyRoute) ShouldExclude() bool {
145 if r.isSyntheticLoadBalancerRoute() {
146 return false
147 }
148 return r.Route.ShouldExclude()
149}
150
151// Start implements task.TaskStarter.
152func (r *ReverseProxyRoute) Start(parent task.Parent) error {

Callers

nothing calls this directly

Implementers 2

ReverseProxyRouteinternal/route/reverse_proxy.go
Agentinternal/agentpool/agent.go

Calls 2

ShouldExcludeMethod · 0.65

Tested by

no test coverage detected