MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / end

Method end

Kernel/include/list.h:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 }
485
486 ListIterator<T> end() const {
487 ListIterator<T> it;
488 it.node = nullptr;
489 return it;
490 }
491};

Callers 15

IsTypeFunction · 0.45
BuildTokensFunction · 0.45
ParseFunction · 0.45
OnOKPressFunction · 0.45
mainFunction · 0.45
MouseDownMethod · 0.45
MouseRightMethod · 0.45
PaintMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
DoAnsiCSIFunction · 0.45
EatWordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected