| 93 | |
| 94 | private: |
| 95 | bool m_add(Json::Value const ¤tLevel, |
| 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 ¤tLevel, |
| 102 | std::string const &relativeSemanticPath) { |
| 103 | if (currentLevel.isString()) { |
nothing calls this directly
no test coverage detected