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

Function pathNodeToJson

src/osvr/Common/PathTreeSerialization.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63 };
64 Json::Value pathNodeToJson(PathNode const &node) {
65 PathNodeToJsonVisitor visitor;
66 return applyPathNodeVisitor(visitor, node);
67 }
68 /// @brief A PathNode (tree) visitor to recursively convert nodes in a
69 /// PathTree to JSON
70 class PathTreeToJsonVisitor {

Callers 1

operator()Method · 0.85

Calls 1

applyPathNodeVisitorFunction · 0.85

Tested by

no test coverage detected