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