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

Function resolveFullTree

src/osvr/Common/ResolveFullTree.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace osvr {
39namespace common {
40 void resolveFullTree(PathTree &tree) {
41 osvr::util::traverseWith(tree.getRoot(), [&tree](PathNode const &node) {
42 resolveTreeNode(tree, getFullPath(node));
43 });
44 }
45} // namespace common
46} // namespace osvr

Callers 2

mainFunction · 0.85
osvrToStreamFunction · 0.85

Calls 3

traverseWithFunction · 0.85
resolveTreeNodeFunction · 0.85
getFullPathFunction · 0.85

Tested by

no test coverage detected