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

Method process

src/osvr/Common/AliasProcessor.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 } // namespace
200
201 bool AliasProcessor::process(PathNode &node, Json::Value const &val) {
202 AutomaticAliases processor{node, m_opts};
203 return processor(val).get();
204 }
205
206 Json::Value createJSONAlias(std::string const &path,
207 Json::Value const &destination) {

Callers 5

m_updateMethod · 0.45
m_addAliasesMethod · 0.45
addAliasFromRouteFunction · 0.45
mainFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected