MCPcopy Create free account
hub / github.com/appleboy/loadbalancer-algorithms / GetLoading

Method GetLoading

proxy/proxy.go:50–52  ·  view source on GitHub ↗

GetLoading returns the current loading of the proxy.

()

Source from the content-addressed store, hash-verified

48
49// GetLoading returns the current loading of the proxy.
50func (p *Proxy) GetLoading() uint32 {
51 return atomic.LoadUint32(&p.loading)
52}
53
54// GetName returns the name of the proxy.
55func (p *Proxy) GetName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected