| 4102 | Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); } |
| 4103 | |
| 4104 | inline Impl::NSStringMatchers::StartsWith |
| 4105 | StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } |
| 4106 | |
| 4107 | inline Impl::NSStringMatchers::EndsWith |
| 4108 | EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); } |
nothing calls this directly
no test coverage detected