Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ loadConfig
Method
loadConfig
src/osvr/Server/ConfigureServer.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
ConfigureServer::~ConfigureServer() {}
88
89
void ConfigureServer::loadConfig(std::string const &json) {
90
m_data->parse(json);
91
}
92
93
void ConfigureServer::loadConfig(std::istream &json) {
94
m_data->parse(json);
Callers
1
configureServerFromFile
Function · 0.80
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected