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

Method PathTree

src/osvr/Common/PathTree.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44namespace osvr {
45namespace common {
46 PathTree::PathTree() : m_root(PathNode::createRoot()) {}
47 PathNode &PathTree::getNodeByPath(std::string const &path) {
48 return pathParseAndRetrieve(*m_root, path);
49 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected