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

Function StartsWith

unittests/catch.hpp:3022–3023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3020 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); }
3021
3022 inline Impl::NSStringMatchers::StartsWith
3023 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
3024
3025 inline Impl::NSStringMatchers::EndsWith
3026 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }

Callers

nothing calls this directly

Calls 2

StartsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected