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

Method ArrayBuiltinAny

src/hx/cppia/ArrayVirtual.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162 ArrayBuiltinAny(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions)
163 : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions)
164 {
165 }
166 const char *getName() HXCPP_OVERRIDE { return gArrayFuncNames[FUNC]; }
167
168 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected