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

Function getJSONStringAtNode

src/osvr/Common/GetJSONStringFromTree.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 };
50 }
51 inline std::string getJSONStringAtNode(PathNode const &node) {
52 return boost::apply_visitor(GetStringVisitor(), node.value());
53 }
54 inline std::string getJSONStringFromTree(PathTree const &tree,
55 std::string const &path) {
56 try {

Callers 1

getJSONStringFromTreeFunction · 0.85

Calls 2

GetStringVisitorClass · 0.85
valueMethod · 0.80

Tested by

no test coverage detected