Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ _hx_run
Method
_hx_run
include/cpp/VirtualArray.h:586–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
int _hx_run(T in) override
587
{
588
return mThis->push(in);
589
}
590
};
591
592
return new _hx_virtualarray_push(this);
Callers
2
operator ()
Method · 0.45
operator ()
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected