MCPcopy Create free account
hub / github.com/apache/trafficserver / WriteBinary

Function WriteBinary

lib/yamlcpp/src/emitterutils.cpp:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491bool 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

Callers 1

emitter.cppFile · 0.85

Calls 4

WriteDoubleQuotedStringFunction · 0.85
EncodeBase64Function · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected