MCPcopy
hub / github.com/lni/dragonboat / PathJoin

Method PathJoin

internal/vfs/vfs.go:132–134  ·  view source on GitHub ↗

PathJoin ...

(elem ...string)

Source from the content-addressed store, hash-verified

130
131// PathJoin ...
132func (p *PebbleFS) PathJoin(elem ...string) string {
133 return p.fs.PathJoin(elem...)
134}
135
136// PathDir ...
137func (p *PebbleFS) PathDir(path string) string {

Callers 15

getNewTestDBFunction · 0.80
getTestSnapshotterFunction · 0.80
processOrphansMethod · 0.80
isOrphanMethod · 0.80
calcRTTMillisecondFunction · 0.80
testAddressByNodeHostIDFunction · 0.80
twoFakeDiskNodeHostTestFunction · 0.80

Calls

no outgoing calls