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

Method m_recurse

src/osvr/Common/ResolveTreeNode.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 private:
126 void m_decompose() { m_source.decompose(m_node); }
127 void m_recurse(std::string const &path) {
128 resolveTreeNodeImpl(m_tree, path, m_source);
129 }
130 PathTree &m_getPathTree() { return m_tree; }
131
132 PathTree &m_tree;

Callers

nothing calls this directly

Calls 1

resolveTreeNodeImplFunction · 0.85

Tested by

no test coverage detected