Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ String
Method
String
pkg/storage/uri.go:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(u URI) String() string {
37
return
(*url.URL)(&u).String()
38
}
39
40
func
(u *URI) HasScheme(s Scheme) bool {
41
return
Scheme(u.Scheme) == s
Callers
4
TestURISerializeEmpty
Function · 0.95
MarshalText
Method · 0.95
MarshalBSUP
Method · 0.95
Run
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
1
TestURISerializeEmpty
Function · 0.76