| 13 | } |
| 14 | |
| 15 | void Serializer::writeDebuggingInfo(const std::string& value) { |
| 16 | #if defined(DESER_DEBUG) && (defined(RUNTIME_CHECKS) || !defined(NDEBUG)) |
| 17 | serializeValue<std::string>(value); |
| 18 | #endif |
| 19 | // DO NOTHING |
| 20 | UNUSED(value); |
| 21 | } |
| 22 | |
| 23 | } // namespace common |
| 24 | } // namespace lbug |
no outgoing calls
no test coverage detected