Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ initialize
Method
initialize
lab8/src/3/src/utils/list.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
void List::initialize()
9
{
10
head.next = head.previous = 0;
11
}
12
13
int List::size()
14
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected