Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
func
(p *Proxy) Await() {
206
// Wait until terminated.
207
p.done.Wait()
208
}
209
210
func
(p *Proxy) Endpoint() string {
211
if
p.srvListener == nil {
Callers
1
main
Function · 0.95
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected