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

Method shrink

NULLC/Array.h:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 count = newSize;
109 }
110 __forceinline void shrink(unsigned int newSize)
111 {
112 assert(newSize <= count);
113 count = newSize;
114 }
115 __forceinline void reserve(unsigned int resSize)
116 {
117 if(resSize >= max)

Callers 9

CompileMethod · 0.45
EndBlockFunction · 0.45
GetGenericFunctionRatingFunction · 0.45
SelectBestFunctionFunction · 0.45
RestoreNamespacesFunction · 0.45
AddFunctionCallNodeFunction · 0.45
CompileMethod · 0.45
ClearMethod · 0.45
Executor.cppFile · 0.45

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected