Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
642
char * buffer_data(buffer inBuffer)
643
{
644
ByteArray b = (ByteArray)inBuffer;
645
return b->GetBase();
646
}
647
648
649
// Append value to buffer
Callers
2
createAnon
Function · 0.85
getByteData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected