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

Function CheckNotNull

src/hx/cppia/Cppia.cpp:3461–3465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3459
3460
3461inline hx::Object *CheckNotNull(hx::Object *inPtr)
3462{
3463 CPPIA_CHECK(inPtr);
3464 return inPtr;
3465}
3466
3467template<typename T, int REFMODE>
3468struct MemReference : public CppiaExpr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected