Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runVoid
Method
runVoid
src/hx/cppia/Cppia.cpp:4219–4223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4217
}
4218
4219
void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE {
4220
T *t = MEMGETPTR;
4221
CREMENT::run( *t );
4222
MEM_WB_CHECK;
4223
}
4224
int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE {
4225
T *t = MEMGETPTR;
4226
BCR_CHECK;
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected