Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InitIntSet
Function · 0.85
NewTable
Function · 0.85
NewFunction
Function · 0.85
Function_
Method · 0.85
DecTable_
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected