Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ List
Method
List
Kernel/include/list.h:204–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
public:
203
204
List()
205
{
206
front = NULL;
207
back = NULL;
208
num = 0;
209
lock = 0;
210
}
211
212
~List() {
213
releaseLock(&lock);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected