| 20 | } |
| 21 | |
| 22 | void DumpedLogs::appendMetadata(const StringBox& key, const StringBox& value) { |
| 23 | (*_metadata)[key] = Value(value); |
| 24 | } |
| 25 | |
| 26 | void DumpedLogs::append(const DumpedLogs& other) { |
| 27 | for (const auto& verboseLogs : other.getVerbose()) { |
no test coverage detected