Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ FirstItem
Function
FirstItem
src/Chain/libraries/glua/glua_structs.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
ListItem* FirstItem(List* list) {
61
return list->head;
62
}
63
64
ListItem* LastItem(List* list) {
65
return list->tail;
Callers
1
MakeBoolean
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected