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

Method ArraySetter

src/hx/cppia/ArrayBuiltin.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103struct ArraySetter : public ArrayBuiltinBase
104{
105 ArraySetter(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions)
106 : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions)
107 {
108 }
109 const char *getName() HXCPP_OVERRIDE { return "ArraySetter"; }
110 ExprType getType() HXCPP_OVERRIDE
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected