| 57 | } |
| 58 | |
| 59 | IDirectory::Path DirectoryLayer::Node::getPartitionSubpath() const { |
| 60 | return Path(targetPath.begin() + path.size(), targetPath.end()); |
| 61 | } |
| 62 | |
| 63 | Reference<DirectorySubspace> DirectoryLayer::Node::getContents() const { |
| 64 | ASSERT(exists()); |
no test coverage detected