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

Function DeleteIntSet

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

Source from the content-addressed store, hash-verified

221 }
222
223 void DeleteIntSet(IntSet* set) {
224 ClearList(&(set->list), nullptr);
225 delete set;
226 }
227
228 int AddToSet(IntSet* set, int a) {
229 IntSetItem* item;

Callers 1

DeleteFunctionFunction · 0.85

Calls 1

ClearListFunction · 0.85

Tested by

no test coverage detected