MCPcopy Index your code
hub / github.com/perkeep/perkeep / fullPath

Method fullPath

pkg/fs/ro.go:271–276  ·  view source on GitHub ↗

for debugging

()

Source from the content-addressed store, hash-verified

269
270// for debugging
271func (n *roFile) fullPath() string {
272 if n == nil {
273 return ""
274 }
275 return filepath.Join(n.parent.fullPath(), n.name)
276}
277
278func (n *roFile) Attr(ctx context.Context, a *fuse.Attr) error {
279 // TODO: don't grab n.mu three+ times in here.

Callers 1

ReadlinkMethod · 0.95

Calls 1

fullPathMethod · 0.45

Tested by

no test coverage detected