Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ TEST
Function
TEST
tests/cplusplus/Routing/PathTree.cpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
using std::string;
40
using namespace osvr::common;
41
TEST(PathTree, create) { ASSERT_NO_THROW(PathTree()); }
42
43
TEST(PathTree, getPathRoot) {
44
PathTree tree;
Callers
nothing calls this directly
Calls
5
isRoot
Method · 0.80
getParent
Method · 0.80
getName
Method · 0.80
hasChildren
Method · 0.80
PathTree
Class · 0.50
Tested by
no test coverage detected