| 28 | auto Compiler::getCompilerLocation() const -> const QString & { return compilerLocation; } |
| 29 | |
| 30 | auto Compiler::getInterpreterLocation() const -> const QString & { return interpreterLocation; } |
| 31 | |
| 32 | auto Compiler::getBytecodeExtensions() const -> const QStringList & { return bytecodeExtensions; } |
| 33 |
no outgoing calls
no test coverage detected