MCPcopy Index your code
hub / github.com/cortexproject/cortex / Endpoint

Method Endpoint

tools/querytee/proxy.go:210–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func (p *Proxy) Endpoint() string {
211 if p.srvListener == nil {
212 return ""
213 }
214
215 return p.srvListener.Addr().String()
216}

Callers 2

TestProxy_PassthroughFunction · 0.95

Calls 1

StringMethod · 0.65

Tested by 2

TestProxy_PassthroughFunction · 0.76