Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ pop_back
Method
pop_back
NULLC/Array.h:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return count;
89
}
90
__forceinline void pop_back()
91
{
92
assert(count > 0);
93
count--;
94
}
95
__forceinline void clear()
96
{
97
count = 0;
Callers
15
Create
Method · 0.45
TranslateToNative
Method · 0.45
TakeLastNode
Function · 0.45
SatisfyJumps
Function · 0.45
PopNamespace
Function · 0.45
AddExtraNode
Function · 0.45
EndBlock
Function · 0.45
AddStringNode
Function · 0.45
AddNegateNode
Function · 0.45
AddLogNotNode
Function · 0.45
AddBitNotNode
Function · 0.45
RemoveLastNode
Function · 0.45
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected