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

Function arcSafeRelease

lib/catch2/catch.hpp:1515–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513
1514#if !CATCH_ARC_ENABLED
1515inline void arcSafeRelease( NSObject* obj ) {
1516 [obj release];
1517}
1518inline id performOptionalSelector( id obj, SEL sel ) {
1519 if( [obj respondsToSelector: sel] )
1520 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