MCPcopy
hub / github.com/golang/groupcache / addrToURL

Function addrToURL

http_test.go:142–148  ·  view source on GitHub ↗
(addr []string)

Source from the content-addressed store, hash-verified

140}
141
142func addrToURL(addr []string) []string {
143 url := make([]string, len(addr))
144 for i := range addr {
145 url[i] = "http://" + addr[i]
146 }
147 return url
148}
149
150func awaitAddrReady(t *testing.T, addr string, wg *sync.WaitGroup) {
151 defer wg.Done()

Callers 2

TestHTTPPoolFunction · 0.85
beChildForTestHTTPPoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…