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

Method CharAtExpr

src/hx/cppia/StringBuiltin.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 CppiaExpr *a0;
166
167 CharAtExpr(CppiaExpr *inSrc, CppiaExpr *inThis, CppiaExpr *inIndex ) : StringExpr(inSrc,inThis)
168 {
169 a0 = inIndex;
170 }
171 CppiaExpr *link(CppiaModule &inData) HXCPP_OVERRIDE
172 {
173 a0 = a0->link(inData);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected