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

Method clearHandlers

src/osvr/Client/InterfaceTree.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 void InterfaceTree::updateHandlers() { m_handlers.update(); }
96 void InterfaceTree::clearHandlers() {
97 HandlerClearVisitor visitor{*this};
98 visitor(*m_root);
99 }
100
101 InterfaceTree::node_type &
102 InterfaceTree::m_getNodeForPath(std::string const &path) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected