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

Function clonePathTree

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

Source from the content-addressed store, hash-verified

153 }
154
155 void clonePathTree(PathTree const &src, PathTree &dest) {
156 auto nodes = pathTreeToJson(src);
157 jsonToPathTree(dest, nodes);
158 }
159} // namespace common
160} // namespace osvr

Callers 2

mainFunction · 0.85
osvrToStreamFunction · 0.85

Calls 2

pathTreeToJsonFunction · 0.85
jsonToPathTreeFunction · 0.85

Tested by

no test coverage detected