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

Function arcSafeRelease

unittests/catch.hpp:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699
700#if !CATCH_ARC_ENABLED
701inline void arcSafeRelease( NSObject* obj ) {
702 [obj release];
703}
704inline id performOptionalSelector( id obj, SEL sel ) {
705 if( [obj respondsToSelector: sel] )
706 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