| 8439 | return *getTheRegistryHub(); |
| 8440 | } |
| 8441 | void cleanUp() { |
| 8442 | delete getTheRegistryHub(); |
| 8443 | getTheRegistryHub() = nullptr; |
| 8444 | cleanUpContext(); |
| 8445 | ReusableStringStream::cleanup(); |
| 8446 | } |
| 8447 | std::string translateActiveException() { |
| 8448 | return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException(); |
| 8449 | } |
no test coverage detected