MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / arcSafeRelease

Function arcSafeRelease

extlibs/catch/include/catch/catch.hpp:1492–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1490
1491#if !CATCH_ARC_ENABLED
1492inline void arcSafeRelease( NSObject* obj ) {
1493 [obj release];
1494}
1495inline id performOptionalSelector( id obj, SEL sel ) {
1496 if( [obj respondsToSelector: sel] )
1497 return [obj performSelector: sel];

Callers 3

invokeMethod · 0.85
getAnnotationFunction · 0.85
StringHolderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected