Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ _hx_getInterface
Method
_hx_getInterface
src/hx/Object.cpp:98–101 ·
view source on GitHub ↗
Other implementation is in Cppia.cpp
Source
from the content-addressed store, hash-verified
96
#if !defined(HXCPP_SCRIPTABLE)
97
// Other implementation is in Cppia.cpp
98
void *hx::Object::_hx_getInterface(int inId)
99
{
100
return 0;
101
}
102
#endif
103
104
Callers
2
TIsInterface
Function · 0.45
interface_check
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected