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

Method getStringParameter

src/osvr/Common/ClientContext.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

createMethod · 0.45

Calls 1

getJSONStringFromTreeFunction · 0.85

Tested by

no test coverage detected