| 44 | auto Compiler::getMemoryLimitRatio() const -> double { return memoryLimitRatio; } |
| 45 | |
| 46 | auto Compiler::getDisableMemoryLimitCheck() const -> bool { return disableMemoryLimitCheck; } |
| 47 | |
| 48 | auto Compiler::getInterpreterAsWatcher() const -> bool { return interpreterAsWatcher; } |
| 49 |
no outgoing calls
no test coverage detected