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

Method fromInt

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

Source from the content-addressed store, hash-verified

836}
837
838void String::fromInt(int inIdx)
839{
840 char buf[100];
841 SPRINTF(buf,100,HX_INT_PATTERN,inIdx);
842 buf[99]='\0';
843 __s = GCStringDup(buf,-1,&length);
844}
845
846String::String(const int &inRHS)
847{

Callers

nothing calls this directly

Calls 1

GCStringDupFunction · 0.85

Tested by

no test coverage detected