| 160 | } |
| 161 | |
| 162 | bool Compiler::isLibraryFile(PathId id) const { |
| 163 | return (m_libraryFiles.find(id) != m_libraryFiles.end()); |
| 164 | } |
| 165 | |
| 166 | bool Compiler::ppinit_() { |
| 167 | FileSystem* const fileSystem = FileSystem::getInstance(); |
no outgoing calls
no test coverage detected