MCPcopy 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

CreateMethod · 0.45
TranslateToNativeMethod · 0.45
TakeLastNodeFunction · 0.45
SatisfyJumpsFunction · 0.45
PopNamespaceFunction · 0.45
AddExtraNodeFunction · 0.45
EndBlockFunction · 0.45
AddStringNodeFunction · 0.45
AddNegateNodeFunction · 0.45
AddLogNotNodeFunction · 0.45
AddBitNotNodeFunction · 0.45
RemoveLastNodeFunction · 0.45

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected