MCPcopy 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
619void buffer_set_size(buffer inBuffer,int inLen)
620{
621 ByteArray b = (ByteArray)inBuffer;
622 b->__SetSize(inLen);
623}
624
625
626void buffer_append_sub(buffer inBuffer,const char *inStr,int inLen)

Callers 1

resizeByteDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected