MCPcopy 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

MakeBooleanFunction · 0.85
ProcessCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected