Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
123
func
isURL(path string) bool {
124
return
strings.HasPrefix(path,
"http://"
) || strings.HasPrefix(path,
"https://"
)
125
}
Callers
2
TestIsURL
Function · 0.85
New
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestIsURL
Function · 0.68