Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ alloc_hxs_utf8
Function
alloc_hxs_utf8
src/hx/CFFI.cpp:1020–1023 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1018
}
1019
1020
String alloc_hxs_utf8(const char *ptr,int size)
1021
{
1022
return String::create(ptr,size);
1023
}
1024
1025
const char * hxs_utf8(const String &string,hx::IStringAlloc *alloc)
1026
{
Callers
1
addStrings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected