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

Method addToWaitingList

Source/Basic/Director.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void Director::addToWaitingList(Node* node) {
532 WRef<Node> wref(node);
533 _waitingList.push_back(wref);
534}
535
536void Director::removeFromWaitingList(Node* node) {
537 _waitingList.erase(std::remove_if(_waitingList.begin(), _waitingList.end(), [node](const auto& wref) {

Callers 2

removeChildMethod · 0.80
ARRAY_STARTFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected