MCPcopy Create free account
hub / github.com/RenderKit/embree / arcSafeRelease

Function arcSafeRelease

tutorials/external/catch.hpp:1187–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185
1186#if !CATCH_ARC_ENABLED
1187inline void arcSafeRelease( NSObject* obj ) {
1188 [obj release];
1189}
1190inline id performOptionalSelector( id obj, SEL sel ) {
1191 if( [obj respondsToSelector: sel] )
1192 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