MCPcopy Create free account
hub / github.com/MyGUI/mygui / RemoveAllItems

Method RemoveAllItems

UnitTests/UnitTest_MultiList/UnitTest_List.h:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void RemoveAllItems()
139 {
140 mirror_list->removeAllItems();
141 original_list->removeAllItems();
142
143 count_items = 0;
144 checkList();
145 }
146
147 void nextFrame()
148 {

Callers

nothing calls this directly

Calls 1

removeAllItemsMethod · 0.45

Tested by

no test coverage detected