| 7807 | } |
| 7808 | |
| 7809 | std::string StreamEndStop::operator+() const { |
| 7810 | return std::string(); |
| 7811 | } |
| 7812 | |
| 7813 | NonCopyable::NonCopyable() = default; |
| 7814 | NonCopyable::~NonCopyable() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected