MCPcopy 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

382namespace hx
383{
384inline bool IsInterfacePtr(...) { return false; }
385inline bool IsInterfacePtr(const hx::Interface *) { return true; }
386}
387

Callers 1

__hxcpp_unsafe_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected