| 5 | namespace 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected