Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
ListItem *List::front()
67
{
68
return head.next;
69
}
70
71
void List::push_front(ListItem *itemPtr)
72
{
Callers
3
setup_kernel
Function · 0.45
schedule
Method · 0.45
V
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected