MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / arcSafeRelease

Function arcSafeRelease

tests/catch.hpp:1177–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175
1176#if !CATCH_ARC_ENABLED
1177inline void arcSafeRelease( NSObject* obj ) {
1178 [obj release];
1179}
1180inline id performOptionalSelector( id obj, SEL sel ) {
1181 if( [obj respondsToSelector: sel] )
1182 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