Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
osvrToStream
Function · 0.85
Calls
2
pathTreeToJson
Function · 0.85
jsonToPathTree
Function · 0.85
Tested by
no test coverage detected