Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ getHandlerForPath
Method
getHandlerForPath
src/osvr/Client/InterfaceTree.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
RemoteHandlerPtr InterfaceTree::getHandlerForPath(std::string const &path) {
81
return m_getNodeForPath(path).value().handler;
82
}
83
84
RemoteHandlerPtr
85
InterfaceTree::eraseHandlerForPath(std::string const &path) {
Callers
nothing calls this directly
Calls
1
value
Method · 0.80
Tested by
no test coverage detected