MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / m_getStatus

Method m_getStatus

src/osvr/Client/PureClientContext.cpp:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected