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

Method str

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

Source from the content-addressed store, hash-verified

8089RedirectedStdOut::RedirectedStdOut() : m_cout(Catch::cout(), m_rss.get()) {
8090}
8091auto RedirectedStdOut::str() const -> std::string {
8092 return m_rss.str();
8093}
8094
8095RedirectedStdErr::RedirectedStdErr() : m_cerr(Catch::cerr(), m_rss.get()), m_clog(Catch::clog(), m_rss.get()) {
8096}

Callers 15

CheckMagicAndVersionMethod · 0.45
DumpHexMethod · 0.45
DumpHexLEMethod · 0.45
DumpStringMethod · 0.45
JoinFunction · 0.45
ToStringMethod · 0.45
convertMethod · 0.45
rangeToStringFunction · 0.45
convertMethod · 0.45
convertMethod · 0.45
symbolMethod · 0.45
convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected