| 111 | } |
| 112 | |
| 113 | std::string |
| 114 | OSVR_ClientContextObject::getStringParameter(std::string const &path) const { |
| 115 | return getJSONStringFromTree(getPathTree(), path); |
| 116 | } |
| 117 | |
| 118 | osvr::common::PathTree const &OSVR_ClientContextObject::getPathTree() const { |
| 119 | return m_getPathTree(); |
no test coverage detected