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

Method ValueChecker

tests/cplusplus/Util/TreeNode.cpp:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202class ValueChecker {
203 public:
204 ValueChecker() : nodes(0) {}
205 void operator()(StringTree const &node) {
206 ASSERT_EQ(nodes == 0, node.isRoot()) << "Root is visited first";
207 if (node.getName().empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected