| 193 | } |
| 194 | |
| 195 | bool PureClientContext::m_getStatus() const { |
| 196 | return m_gotConnection && m_pathTreeOwner; |
| 197 | } |
| 198 | |
| 199 | common::PathTree const &PureClientContext::m_getPathTree() const { |
| 200 | return m_pathTreeOwner.get(); |
nothing calls this directly
no outgoing calls
no test coverage detected