| 489 | } |
| 490 | |
| 491 | bool WriteBinary(ostream_wrapper& out, const Binary& binary) { |
| 492 | WriteDoubleQuotedString(out, EncodeBase64(binary.data(), binary.size()), |
| 493 | StringEscaping::None); |
| 494 | return true; |
| 495 | } |
| 496 | } // namespace Utils |
| 497 | } // namespace YAML |
no test coverage detected