| 124 | } |
| 125 | |
| 126 | bool JointClientContext::m_getStatus() const { |
| 127 | /// Always connected, but don't always have a path tree. |
| 128 | return bool(m_pathTreeOwner); |
| 129 | } |
| 130 | |
| 131 | common::PathTree const &JointClientContext::m_getPathTree() const { |
| 132 | return m_pathTreeOwner.get(); |
nothing calls this directly
no outgoing calls
no test coverage detected