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

Function performOptionalSelector

extlibs/catch/include/catch/catch.hpp:1495–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493 [obj release];
1494}
1495inline id performOptionalSelector( id obj, SEL sel ) {
1496 if( [obj respondsToSelector: sel] )
1497 return [obj performSelector: sel];
1498 return nil;
1499}
1500#define CATCH_UNSAFE_UNRETAINED
1501#define CATCH_ARC_STRONG
1502#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected