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

Function WriteAlias

lib/yamlcpp/src/emitterutils.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428bool WriteAlias(ostream_wrapper& out, const std::string& str) {
429 out << "*";
430 return WriteAliasName(out, str);
431}
432
433bool WriteAnchor(ostream_wrapper& out, const std::string& str) {
434 out << "&";

Callers 1

emitter.cppFile · 0.85

Calls 1

WriteAliasNameFunction · 0.85

Tested by

no test coverage detected