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