Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ buffer_set_size
Function
buffer_set_size
src/hx/CFFI.cpp:619–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
617
618
619
void buffer_set_size(buffer inBuffer,int inLen)
620
{
621
ByteArray b = (ByteArray)inBuffer;
622
b->__SetSize(inLen);
623
}
624
625
626
void buffer_append_sub(buffer inBuffer,const char *inStr,int inLen)
Callers
1
resizeByteData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected