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

Function arcSafeRelease

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

Source from the content-addressed store, hash-verified

724
725#if !CATCH_ARC_ENABLED
726inline void arcSafeRelease(NSObject *obj) {
727 [obj release];
728}
729inline id performOptionalSelector(id obj, SEL sel) {
730 if ([obj respondsToSelector:sel])
731 return [obj performSelector:sel];

Callers 3

invokeMethod · 0.85
getAnnotationFunction · 0.85
StringHolderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected