Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ match
Method
match
Bcore/src/main/cpp/Dobby/tests/catch.hpp:2193–2195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2191
}
2192
2193
bool match(ArgT const &arg) const override {
2194
return !m_underlyingMatcher.match(arg);
2195
}
2196
2197
std::string describe() const override {
2198
return
"not "
+ m_underlyingMatcher.toString();
Callers
nothing calls this directly
Calls
1
match
Method · 0.45
Tested by
no test coverage detected