Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getTouchHandler
Method
getTouchHandler
Source/Node/Node.cpp:747–749 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
745
}
746
747
TouchHandler* Node::getTouchHandler() const noexcept {
748
return _touchHandler.get();
749
}
750
751
Node::UpdateItem* Node::getUpdateItem() {
752
if (!_updateItem) {
Callers
2
registerTouchHandler
Function · 0.45
handleTouchEvents
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected