Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ describe
Method
describe
extlibs/catch/include/catch/catch.hpp:3309–3311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3307
}
3308
3309
std::string describe() const override {
3310
return
"not "
+ m_underlyingMatcher.toString();
3311
}
3312
MatcherBase<ArgT> const& m_underlyingMatcher;
3313
};
3314
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected