TODO this should be on Handle not Node
| 243 | |
| 244 | // TODO this should be on Handle not Node |
| 245 | type NodeFsyncer interface { |
| 246 | Fsync(ctx context.Context, req *fuse.FsyncRequest) error |
| 247 | } |
| 248 | |
| 249 | type NodeGetxattrer interface { |
| 250 | // Getxattr gets an extended attribute by the given name from the |
no outgoing calls
no test coverage detected