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

Function alloc_wstring_len

src/hx/CFFI.cpp:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441hx::Object *alloc_wstring_len(const wchar_t *inStr,int inLen)
442{
443 String str = String::create(inStr,inLen);
444 return Dynamic(str).GetPtr();
445}
446
447// Array access - generic
448int val_array_size(hx::Object * arg1)

Callers 1

alloc_wstringFunction · 0.85

Calls 2

GetPtrMethod · 0.80
DynamicClass · 0.50

Tested by

no test coverage detected