Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ size
Method
size
NULLC/translation/runtime.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
return data[count-1];
80
}
81
unsigned int size()
82
{
83
return count;
84
}
85
void pop_back()
86
{
87
count--;
Callers
13
nullcGetTypeCount
Function · 0.45
Override
Function · 0.45
__nullcRegisterType
Function · 0.45
__nullcRegisterMembers
Function · 0.45
__typeCount
Function · 0.45
__nullcRegisterFunction
Function · 0.45
MarkUsedBlocks
Function · 0.45
Alloc
Method · 0.45
GetBasePointer
Method · 0.45
MarkMemory
Method · 0.45
IsBasePointer
Method · 0.45
GetBasePointer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected