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

Function InitList

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

Source from the content-addressed store, hash-verified

20 }
21
22 void InitList(List* list) {
23 list->head = nullptr;
24 list->tail = nullptr;
25 list->size = 0;
26 }
27
28 void AddToList(List* list, ListItem* item) {
29 if (!list || !item) {

Callers 5

InitIntSetFunction · 0.85
NewTableFunction · 0.85
NewFunctionFunction · 0.85
Function_Method · 0.85
DecTable_Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected