MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / get_front

Method get_front

Kernel/include/list.h:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 T get_front()
178 {
179 return front;
180 }
181
182 T get_back()
183 {

Callers 3

EndProcessFunction · 0.80
SysFutexWakeFunction · 0.80
HandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected