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

Method m_removeCallbacksOnPath

src/osvr/Client/ClientInterfaceObjectManager.cpp:109–112  ·  view source on GitHub ↗

@brief Given a path, remove any existing handler for that path from both the handler container and the interface tree.

Source from the content-addressed store, hash-verified

107 /// @brief Given a path, remove any existing handler for that path from
108 /// both the handler container and the interface tree.
109 void ClientInterfaceObjectManager::m_removeCallbacksOnPath(
110 std::string const &path) {
111 m_interfaces.eraseHandlerForPath(path);
112 }
113
114 void ClientInterfaceObjectManager::m_connectNeededCallbacks() {
115 auto failedPaths = std::unordered_set<std::string>{};

Callers

nothing calls this directly

Calls 1

eraseHandlerForPathMethod · 0.80

Tested by

no test coverage detected