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

Method create

src/String.cpp:766–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764
765
766String String::create(const wchar_t *inString,int inLength) { return TCopyString(inString,inLength); }
767String String::create(const char16_t *inString,int inLength) { return TCopyString(inString,inLength); }
768String String::create(const char *inString,int inLength)
769{

Callers

nothing calls this directly

Calls 5

TCopyStringFunction · 0.85
_hx_utf8_to_utf16Function · 0.85
GCStringDupFunction · 0.85
Char16AdvanceFunction · 0.85
StringClass · 0.50

Tested by

no test coverage detected