MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / StartsWith

Function StartsWith

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2888–2890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2886}
2887
2888inline Impl::NSStringMatchers::StartsWith StartsWith(NSString *substr) {
2889 return Impl::NSStringMatchers::StartsWith(substr);
2890}
2891
2892inline Impl::NSStringMatchers::EndsWith EndsWith(NSString *substr) {
2893 return Impl::NSStringMatchers::EndsWith(substr);

Callers

nothing calls this directly

Calls 2

StartsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected