MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / writeHeader

Method writeHeader

ApprovalTests/ApprovalUtils.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace ApprovalTests
6{
7 void ApprovalUtils::writeHeader(std::ostream& stream, const std::string& header)
8 {
9 if (!header.empty())
10 {
11 stream << header << "\n\n\n";
12 }
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected