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

Method replaceHandlerForPath

src/osvr/Client/InterfaceTree.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 RemoteHandlerPtr
90 InterfaceTree::replaceHandlerForPath(std::string const &path,
91 RemoteHandlerPtr const &handler) {
92 return m_setHandler(m_getNodeForPath(path), handler);
93 }
94
95 void InterfaceTree::updateHandlers() { m_handlers.update(); }
96 void InterfaceTree::clearHandlers() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected