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

Method Begin

UnitTests/UnitTest_MultiList/UnitTest_List.h:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void Begin()
54 {
55 size_t count = original_list->getItemCount();
56 if (count == 0)
57 return;
58 size_t index = ((size_t)rand() % count);
59 original_list->beginToItemAt(index);
60
61 checkList();
62 }
63
64 void Begin(size_t _count)
65 {

Callers

nothing calls this directly

Calls 2

getItemCountMethod · 0.45
beginToItemAtMethod · 0.45

Tested by

no test coverage detected