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

Method eraseHandlerForPath

src/osvr/Client/InterfaceTree.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 RemoteHandlerPtr
85 InterfaceTree::eraseHandlerForPath(std::string const &path) {
86 return m_removeHandler(m_getNodeForPath(path));
87 }
88
89 RemoteHandlerPtr
90 InterfaceTree::replaceHandlerForPath(std::string const &path,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected