Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __SetSize
Function
__SetSize
include/Array.h:247–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
}
247
inline void __SetSize(int inLen) { resize(inLen); }
248
249
void __SetSizeExact(int inLen=0);
250
Callers
nothing calls this directly
Calls
1
resize
Function · 0.70
Tested by
no test coverage detected