MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / buffer_data

Function buffer_data

src/hx/CFFI.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640
641
642char * buffer_data(buffer inBuffer)
643{
644 ByteArray b = (ByteArray)inBuffer;
645 return b->GetBase();
646}
647
648
649// Append value to buffer

Callers 2

createAnonFunction · 0.85
getByteDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected