| 304 | } |
| 305 | |
| 306 | PathId FileSystem::getLogFile(bool isUnitCompilation, |
| 307 | SymbolTable *symbolTable) { |
| 308 | return getLogFile(isUnitCompilation, kLogFileName, symbolTable); |
| 309 | } |
| 310 | |
| 311 | PathId FileSystem::getCacheDir(bool isUnitCompilation, |
| 312 | SymbolTable *symbolTable) { |
no outgoing calls
no test coverage detected