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

Method String

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

Source from the content-addressed store, hash-verified

825}
826
827String::String(const Dynamic &inRHS)
828{
829 if (inRHS.GetPtr())
830 (*this)=const_cast<Dynamic &>(inRHS)->toString();
831 else
832 {
833 __s = 0;
834 length = 0;
835 }
836}
837
838void String::fromInt(int inIdx)
839{

Callers

nothing calls this directly

Calls 4

fromIntFunction · 0.85
GCStringDupFunction · 0.85
GetPtrMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected