Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ JoinPath
Method
JoinPath
pkg/storage/uri.go:44–46 ·
view source on GitHub ↗
(elem ...string)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(p *URI) JoinPath(elem ...string) *URI {
45
return
(*URI)((*url.URL)(p).JoinPath(elem...))
46
}
47
48
func
(u *URI) RelPath(target URI) string {
49
if
!strings.HasSuffix(u.Path,
"/"
) {
Callers
15
CreatePool
Function · 0.80
CreateBranch
Function · 0.80
OpenPool
Function · 0.80
DataPath
Function · 0.80
createConfig
Method · 0.80
loadConfig
Method · 0.80
writeMagic
Method · 0.80
readMagic
Method · 0.80
ObjectPrefix
Method · 0.80
SequenceURI
Function · 0.80
SeekIndexURI
Function · 0.80
VectorURI
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestDirS3Source
Function · 0.64