| 16 | namespace tc |
| 17 | { |
| 18 | std::shared_ptr<RdContext> RdContext::Make() { |
| 19 | return std::make_shared<RdContext>(); |
| 20 | } |
| 21 | |
| 22 | RdContext::RdContext() { |
| 23 | msg_notifier_ = std::make_shared<MessageNotifier>(); |
nothing calls this directly
no outgoing calls
no test coverage detected