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

Function getJSON

tests/cplusplus/Common/PathTreeJSON.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using osvr::common::PathTree;
41
42std::string getJSON() {
43 return std::string(test_path_tree_json, sizeof(test_path_tree_json));
44}
45
46TEST(PathTreeJSON, EmptyTreeToJson) {
47 PathTree tree;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected