MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getPostNode

Method getPostNode

Source/Basic/Director.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Node* Director::getPostNode() {
110 if (!_postNode) {
111 _postNode = Node::create(false);
112 _postNode->onEnter();
113 }
114 return _postNode;
115}
116
117UITouchHandler* Director::getUITouchHandler() {
118 if (!_uiTouchHandler) {

Callers 1

director_get_post_nodeFunction · 0.80

Calls 2

createFunction · 0.50
onEnterMethod · 0.45

Tested by

no test coverage detected