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

Function WriteAnchor

lib/yamlcpp/src/emitterutils.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool WriteAnchor(ostream_wrapper& out, const std::string& str) {
434 out << "&";
435 return WriteAliasName(out, str);
436}
437
438bool WriteTag(ostream_wrapper& out, const std::string& str, bool verbatim) {
439 out << (verbatim ? "!<" : "!");

Callers 1

emitter.cppFile · 0.85

Calls 1

WriteAliasNameFunction · 0.85

Tested by

no test coverage detected