Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
using osvr::common::PathTree;
41
42
std::string getJSON() {
43
return std::string(test_path_tree_json, sizeof(test_path_tree_json));
44
}
45
46
TEST(PathTreeJSON, EmptyTreeToJson) {
47
PathTree tree;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected