Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ VectorResize
Function
VectorResize
NULLC/includes/vector.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void VectorResize(unsigned int size, vector* vec)
126
{
127
VectorReserve(size, vec);
128
vec->size = size;
129
}
130
131
void VectorClear(vector* vec)
132
{
Callers
nothing calls this directly
Calls
1
VectorReserve
Function · 0.85
Tested by
no test coverage detected