| 224 | } |
| 225 | |
| 226 | std::string FilesystemView::GetFullPath() const { |
| 227 | assert(fs); |
| 228 | return FileFinder::MakePath(GetBasePath(), GetSubPath()); |
| 229 | } |
| 230 | |
| 231 | const Filesystem& FilesystemView::GetOwner() const { |
| 232 | assert(fs); |
no outgoing calls
no test coverage detected