MCPcopy Create free account
hub / github.com/cortexproject/cortex / Await

Method Await

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

Source from the content-addressed store, hash-verified

203}
204
205func (p *Proxy) Await() {
206 // Wait until terminated.
207 p.done.Wait()
208}
209
210func (p *Proxy) Endpoint() string {
211 if p.srvListener == nil {

Callers 1

mainFunction · 0.95

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected