MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / performOptionalSelector

Function performOptionalSelector

Bcore/src/main/cpp/Dobby/tests/catch.hpp:729–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 [obj release];
728}
729inline id performOptionalSelector(id obj, SEL sel) {
730 if ([obj respondsToSelector:sel])
731 return [obj performSelector:sel];
732 return nil;
733}
734#define CATCH_UNSAFE_UNRETAINED
735#define CATCH_ARC_STRONG
736#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected