MCPcopy
hub / github.com/grafana/tempo / urlMustParse

Function urlMustParse

modules/generator/storage/config_util_test.go:192–198  ·  view source on GitHub ↗
(urlStr string)

Source from the content-addressed store, hash-verified

190}
191
192func urlMustParse(urlStr string) *url.URL {
193 url, err := url.Parse(urlStr)
194 if err != nil {
195 panic(err)
196 }
197 return url
198}

Calls 1

ParseMethod · 0.65

Tested by

no test coverage detected