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

Function performOptionalSelector

tutorials/external/catch.hpp:1190–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188 [obj release];
1189}
1190inline id performOptionalSelector( id obj, SEL sel ) {
1191 if( [obj respondsToSelector: sel] )
1192 return [obj performSelector: sel];
1193 return nil;
1194}
1195#define CATCH_UNSAFE_UNRETAINED
1196#define CATCH_ARC_STRONG
1197#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected