MCPcopy Create free account
hub / github.com/apache/trafficserver / performOptionalSelector

Function performOptionalSelector

lib/catch2/catch.hpp:1518–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1516 [obj release];
1517}
1518inline id performOptionalSelector( id obj, SEL sel ) {
1519 if( [obj respondsToSelector: sel] )
1520 return [obj performSelector: sel];
1521 return nil;
1522}
1523#define CATCH_UNSAFE_UNRETAINED
1524#define CATCH_ARC_STRONG
1525#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected