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

Method runFloat

src/hx/cppia/Cppia.cpp:3933–3940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3931 return val;
3932 }
3933 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
3934 {
3935 T *t = MEMGETPTR;
3936 BCR_CHECK;
3937 Float val = ValToFloat( Assign::run(*t,ctx, value) );
3938 MEM_WB_CHECK;
3939 return val;
3940 }
3941 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
3942 {
3943 T *t = MEMGETPTR;

Callers

nothing calls this directly

Calls 2

ValToFloatFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected