Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ get_length
Method
get_length
Kernel/include/list.h:371–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
unsigned get_length() {
372
return num;
373
}
374
375
T remove_at(unsigned pos) {
376
assert(num > 0);
Callers
15
Write
Method · 0.45
Read
Method · 0.45
Peek
Method · 0.45
Empty
Method · 0.45
ReadDir
Method · 0.45
InsertNewThreadIntoQueue
Function · 0.45
scheduler.cpp
File · 0.45
FindHandle
Function · 0.45
DestroyHandle
Function · 0.45
EndProcess
Function · 0.45
Schedule
Function · 0.45
Initialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected