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

Method Equals

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

Source from the content-addressed store, hash-verified

2825
2826struct Equals : StringHolder {
2827 Equals(NSString *substr) : StringHolder(substr) {
2828 }
2829
2830 bool match(NSString *str) const override {
2831 return (str != nil || m_substr == nil) && [str isEqualToString:m_substr];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected