MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / InitIntSet

Function InitIntSet

src/Chain/libraries/glua/glua_structs.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 void InitIntSet(IntSet* set, int mayRepeat) {
219 set->mayRepeat = mayRepeat;
220 InitList(&(set->list));
221 }
222
223 void DeleteIntSet(IntSet* set) {
224 ClearList(&(set->list), nullptr);

Callers 1

NewIntSetFunction · 0.85

Calls 1

InitListFunction · 0.85

Tested by

no test coverage detected