MCPcopy Create free account
hub / github.com/WheretIB/nullc / size

Method size

NULLC/Array.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return data[count-1];
85 }
86 __forceinline unsigned int size()
87 {
88 return count;
89 }
90 __forceinline void pop_back()
91 {
92 assert(count > 0);

Callers 15

ParseMethod · 0.45
ImportEndFunction · 0.45
WinMainFunction · 0.45
CloseTabWithFileFunction · 0.45
InitInstanceFunction · 0.45
FillArrayVariableInfoFunction · 0.45
FillComplexVariableInfoFunction · 0.45
FillAutoInfoFunction · 0.45
FillVariableInfoTreeFunction · 0.45
RefreshBreakpointsFunction · 0.45
SuperCalcSetBreakpointsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected