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

Method addString

src/osvr/Server/Server.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 bool Server::addString(std::string const &path, std::string const &value) {
95 return m_impl->addString(path, value);
96 }
97
98 bool Server::addAliases(Json::Value const &aliases,
99 common::AliasPriority priority) {

Callers 2

processDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected