Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ str
Method
str
tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
public:
33
std::ostream& stream() override { return sstr; }
34
std::string str() const { return sstr.str(); }
35
private:
36
std::stringstream sstr;
37
};
Callers
7
TestSpec.tests.cpp
File · 0.45
encode
Function · 0.45
Xml.tests.cpp
File · 0.45
as_written
Function · 0.45
Reporters.tests.cpp
File · 0.45
Json.tests.cpp
File · 0.45
describe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected