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

Method m_add

src/osvr/Common/ProcessDeviceDescriptor.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 private:
95 bool m_add(Json::Value const &currentLevel,
96 std::string const &relativeSemanticPath) {
97 return addAliasFromSourceAndRelativeDest(
98 m_devNode, currentLevel.toStyledString(),
99 relativeSemanticPath, ALIASPRIORITY_SEMANTICROUTE);
100 }
101 void m_recurse(Json::Value const &currentLevel,
102 std::string const &relativeSemanticPath) {
103 if (currentLevel.isString()) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected