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

Method IntBuiltin1

src/hx/cppia/GlobalBuiltin.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 Expressions args;
23
24 IntBuiltin1(CppiaExpr *inSrc, Expressions &inArgs) : CppiaExpr(inSrc), args(inArgs) { }
25
26 const char *getName() HXCPP_OVERRIDE { return "IntBuiltin1"; }
27 ExprType getType() HXCPP_OVERRIDE { return etInt; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected