Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ describe
Method
describe
unittests/catch.hpp:2970–2972 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2968
}
2969
2970
std::string describe() const override {
2971
return
"equals string: "
+ Catch::Detail::stringify( m_substr );
2972
}
2973
};
2974
2975
struct Contains : StringHolder {
Callers
nothing calls this directly
Calls
1
stringify
Function · 0.85
Tested by
no test coverage detected