Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ empty
Method
empty
lab5/src/4/src/utils/list.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool List::empty()
28
{
29
return size() == 0;
30
}
31
32
ListItem *List::back()
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected