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

Method CppiaFunction

src/hx/cppia/CppiaFunction.cpp:960–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958// --- CppiaFunction ----
959
960CppiaFunction::CppiaFunction(CppiaModule *inCppia,bool inIsStatic,bool inIsDynamic) :
961 cppia(*inCppia), isStatic(inIsStatic), isDynamic(inIsDynamic), funExpr(0)
962{
963 linked = false;
964 vtableSlot = -1;
965}
966
967void CppiaFunction::load(CppiaStream &stream,bool inExpectBody)
968{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected