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

Function performOptionalSelector

tests/catch.hpp:1180–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178 [obj release];
1179}
1180inline id performOptionalSelector( id obj, SEL sel ) {
1181 if( [obj respondsToSelector: sel] )
1182 return [obj performSelector: sel];
1183 return nil;
1184}
1185#define CATCH_UNSAFE_UNRETAINED
1186#define CATCH_ARC_STRONG
1187#else

Callers 2

invokeMethod · 0.85
getAnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected