GetLoading returns the current loading of the proxy.
()
| 48 | |
| 49 | // GetLoading returns the current loading of the proxy. |
| 50 | func (p *Proxy) GetLoading() uint32 { |
| 51 | return atomic.LoadUint32(&p.loading) |
| 52 | } |
| 53 | |
| 54 | // GetName returns the name of the proxy. |
| 55 | func (p *Proxy) GetName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected