MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / front

Method front

lab7/src/1/src/utils/list.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66ListItem *List::front()
67{
68 return head.next;
69}
70
71void List::push_front(ListItem *itemPtr)
72{

Callers 3

setup_kernelFunction · 0.45
scheduleMethod · 0.45
VMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected