MCPcopy Create free account
hub / github.com/9miao/CrossApp / firstReloadData

Method firstReloadData

CrossApp/view/CACollectionView.cpp:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void CACollectionView::firstReloadData()
608{
609 CC_RETURN_IF(!m_mpUsedCollectionCells.empty());
610 this->reloadData();
611}
612
613void CACollectionView::recoveryCollectionCell()
614{

Callers

nothing calls this directly

Calls 2

reloadDataMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected