| 133 | } |
| 134 | |
| 135 | bool VirtualFileSystem::handleFileViaFunction(const std::string& path) const { |
| 136 | return findFileSystem(path)->handleFileViaFunction(path); |
| 137 | } |
| 138 | |
| 139 | function::TableFunction VirtualFileSystem::getHandleFunction(const std::string& path) const { |
| 140 | return findFileSystem(path)->getHandleFunction(path); |
no outgoing calls
no test coverage detected