MCPcopy
hub / github.com/perkeep/perkeep / fullPath

Method fullPath

pkg/fs/rover.go:237–242  ·  view source on GitHub ↗

for debugging

()

Source from the content-addressed store, hash-verified

235
236// for debugging
237func (n *roFileVersionsDir) fullPath() string {
238 if n == nil {
239 return ""
240 }
241 return filepath.Join(n.parent.fullPath(), n.name)
242}
243
244func (n *roFileVersionsDir) Attr(ctx context.Context, a *fuse.Attr) error {
245 a.Inode = n.permanode.Sum64()

Callers 3

populateMethod · 0.95
ReadDirMethod · 0.95
LookupMethod · 0.95

Calls 1

fullPathMethod · 0.45

Tested by

no test coverage detected