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

Method firstReloadData

CrossApp/view/CATableView.cpp:630–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void CATableView::firstReloadData()
631{
632 CC_RETURN_IF(!m_mpUsedTableCells.empty());
633 this->reloadData();
634}
635
636void CATableView::loadTableCell()
637{

Callers

nothing calls this directly

Calls 2

reloadDataMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected