Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ NewList
Function
NewList
src/Chain/libraries/glua/glua_structs.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
*/
16
17
List* NewList() {
18
List* list = new List();
19
return list;
20
}
21
22
void InitList(List* list) {
23
list->head = nullptr;
Callers
1
MakeBlockStatement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected