MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / AlwaysCast

Function AlwaysCast

src/hx/Object.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92hx::Class Object__mClass;
93
94bool AlwaysCast(Object *inPtr) { return inPtr!=0; }
95
96#if !defined(HXCPP_SCRIPTABLE)
97// Other implementation is in Cppia.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected