| 14531 | return RegistryHubSingleton::getMutable(); |
| 14532 | } |
| 14533 | void cleanUp() |
| 14534 | { |
| 14535 | cleanupSingletons(); |
| 14536 | cleanUpContext(); |
| 14537 | } |
| 14538 | std::string translateActiveException() |
| 14539 | { |
| 14540 | return getRegistryHub() |
no test coverage detected