MCPcopy 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
36func (u URI) String() string {
37 return (*url.URL)(&u).String()
38}
39
40func (u *URI) HasScheme(s Scheme) bool {
41 return Scheme(u.Scheme) == s

Callers 4

TestURISerializeEmptyFunction · 0.95
MarshalTextMethod · 0.95
MarshalBSUPMethod · 0.95
RunMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by 1

TestURISerializeEmptyFunction · 0.76