MCPcopy
hub / github.com/grafana/dskit / Error

Method Error

runtimeconfig/provider.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (e *httpError) Error() string {
120 return fmt.Sprintf("HTTP %d from %s", e.statusCode, e.url)
121}
122
123func isURL(path string) bool {
124 return strings.HasPrefix(path, "http://") || strings.HasPrefix(path, "https://")

Calls

no outgoing calls