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

Function performOptionalSelector

unittests/catch.hpp:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 [obj release];
703}
704inline id performOptionalSelector( id obj, SEL sel ) {
705 if( [obj respondsToSelector: sel] )
706 return [obj performSelector: sel];
707 return nil;
708}
709#define CATCH_UNSAFE_UNRETAINED
710#define CATCH_ARC_STRONG
711#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected