MCPcopy 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

WriteMethod · 0.45
ReadMethod · 0.45
PeekMethod · 0.45
EmptyMethod · 0.45
ReadDirMethod · 0.45
InsertNewThreadIntoQueueFunction · 0.45
scheduler.cppFile · 0.45
FindHandleFunction · 0.45
DestroyHandleFunction · 0.45
EndProcessFunction · 0.45
ScheduleFunction · 0.45
InitializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected