Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/approvals/ApprovalTests.cpp
/ Write
Method
Write
ApprovalTests/writers/StringWriter.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void StringWriter::Write(std::ostream& out) const
30
{
31
out << s <<
"\n"
;
32
}
33
34
void StringWriter::cleanUpReceived(std::string receivedPath) const
35
{
Callers
2
write
Method · 0.95
StringWriterTests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected