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

Function isURL

runtimeconfig/provider.go:123–125  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

121}
122
123func isURL(path string) bool {
124 return strings.HasPrefix(path, "http://") || strings.HasPrefix(path, "https://")
125}

Callers 2

TestIsURLFunction · 0.85
NewFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIsURLFunction · 0.68