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

Method AddItem

UnitTests/UnitTest_MultiList/UnitTest_List.h:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void AddItem()
74 {
75 size_t item = (size_t)rand();
76 mirror_list->addItem(MyGUI::utility::toString(item), item);
77 original_list->addItem(MyGUI::utility::toString(item), item);
78 count_items++;
79
80 checkList();
81 }
82
83 void AddItem(size_t _count)
84 {

Callers

nothing calls this directly

Calls 3

toStringFunction · 0.85
AddItemFunction · 0.50
addItemMethod · 0.45

Tested by

no test coverage detected