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

Method size

Kernel/include/vector.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 size_t size() const{
85 return count;
86 }
87
88 size_t get_length() const {
89 return count;

Callers 15

mainFunction · 0.80
PaintFunction · 0.80
DoAnsiCSIFunction · 0.80
PrintCharFunction · 0.80
ParseMethod · 0.80
UpdateGUIThemeMethod · 0.80
PaintMethod · 0.80
LoadTextMethod · 0.80
OnMouseDownMethod · 0.80
ResetScrollBarMethod · 0.80
OnKeyPressMethod · 0.80
AddItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected