Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Parse
Method · 0.45
ImportEnd
Function · 0.45
WinMain
Function · 0.45
CloseTabWithFile
Function · 0.45
InitInstance
Function · 0.45
FillArrayVariableInfo
Function · 0.45
FillComplexVariableInfo
Function · 0.45
FillAutoInfo
Function · 0.45
FillVariableInfoTree
Function · 0.45
RefreshBreakpoints
Function · 0.45
ConvertPositionToInstruction
Function · 0.45
SuperCalcSetBreakpoints
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected