Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ IsInterfacePtr
Function
IsInterfacePtr
include/hx/Operators.h:384–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
namespace hx
383
{
384
inline bool IsInterfacePtr(...) { return false; }
385
inline bool IsInterfacePtr(const hx::Interface *) { return true; }
386
}
387
Callers
1
__hxcpp_unsafe_set
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected