MCPcopy 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
44func (p *URI) JoinPath(elem ...string) *URI {
45 return (*URI)((*url.URL)(p).JoinPath(elem...))
46}
47
48func (u *URI) RelPath(target URI) string {
49 if !strings.HasSuffix(u.Path, "/") {

Callers 15

CreatePoolFunction · 0.80
CreateBranchFunction · 0.80
OpenPoolFunction · 0.80
DataPathFunction · 0.80
createConfigMethod · 0.80
loadConfigMethod · 0.80
writeMagicMethod · 0.80
readMagicMethod · 0.80
ObjectPrefixMethod · 0.80
SequenceURIFunction · 0.80
SeekIndexURIFunction · 0.80
VectorURIFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDirS3SourceFunction · 0.64