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

Method runInt

src/hx/cppia/Cppia.cpp:3925–3932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3923 MEM_WB_CHECK;
3924 }
3925 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
3926 {
3927 T *t = MEMGETPTR;
3928 BCR_CHECK;
3929 int val = ValToInt( Assign::run(*t,ctx, value ) );
3930 MEM_WB_CHECK;
3931 return val;
3932 }
3933 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
3934 {
3935 T *t = MEMGETPTR;

Callers

nothing calls this directly

Calls 2

ValToIntFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected