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

Method ForExpr

src/hx/cppia/Cppia.cpp:6007–6012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6005
6006
6007 ForExpr(CppiaStream &stream)
6008 {
6009 var.fromStream(stream);
6010 init = createCppiaExpr(stream);
6011 loop = createCppiaExpr(stream);
6012 }
6013
6014 const char *getName() HXCPP_OVERRIDE { return "ForExpr"; }
6015 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 2

createCppiaExprFunction · 0.85
fromStreamMethod · 0.45

Tested by

no test coverage detected