| 901 | } |
| 902 | |
| 903 | int Runtime::getHotReloadSequence() const { |
| 904 | return _hotReloadSequence; |
| 905 | } |
| 906 | |
| 907 | bool Runtime::debuggerServiceEnabled() const { |
| 908 | return _debuggerServiceEnabled; |
| 909 | } |
| 910 | |
| 911 | void Runtime::setRuntimeMessageHandler(const Shared<snap::valdi::RuntimeMessageHandler>& runtimeMessageHandler) { |
nothing calls this directly
no test coverage detected