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

Method Call

src/hx/cppia/Cppia.cpp:3091–3096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3089 CppiaExpr *func;
3090
3091 Call(CppiaStream &stream)
3092 {
3093 int argCount = stream.getInt();
3094 func = createCppiaExpr(stream);
3095 ReadExpressions(args,stream,argCount);
3096 }
3097
3098 Call( CppiaExpr *inSrc, int inNameId, CppiaExpr *inObject, Expressions &inArgs ) :
3099 CppiaDynamicExpr(inSrc)

Callers

nothing calls this directly

Calls 3

createCppiaExprFunction · 0.85
ReadExpressionsFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected