Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __Visit
Method
__Visit
include/hx/StdLibs.h:511–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
510
#ifdef HXCPP_VISIT_ALLOCS
511
void __Visit(hx::VisitContext *__inCtx) HXCPP_OVERRIDE {
512
hx::Object *obj = aPtr.load();
513
HX_VISIT_MEMBER(obj);
514
aPtr.store(obj);
515
}
516
#endif
517
518
Dynamic store(Dynamic val) {
Callers
nothing calls this directly
Calls
2
store
Method · 0.80
load
Method · 0.45
Tested by
no test coverage detected