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

Method runCharAt

src/hx/cppia/StringBuiltin.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 return (inValue->cca(inIndex));
226 }
227 static void SLJIT_CALL runCharAt(String *ioValue, int inIndex)
228 {
229 *ioValue = ioValue->charAt(inIndex);
230 }
231
232 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE
233 {

Callers

nothing calls this directly

Calls 1

charAtMethod · 0.80

Tested by

no test coverage detected