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

Method runVoid

src/hx/cppia/Cppia.cpp:3918–3924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3916 const char *getName() HXCPP_OVERRIDE { return "MemReferenceSetter"; }
3917
3918 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
3919 {
3920 T *t = MEMGETPTR;
3921 BCR_VCHECK;
3922 Assign::run( *t, ctx, value);
3923 MEM_WB_CHECK;
3924 }
3925 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
3926 {
3927 T *t = MEMGETPTR;

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected