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

Function ToString

lib/yamlcpp/src/emitfromevents.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13namespace {
14std::string ToString(YAML::anchor_t anchor) {
15 std::stringstream stream;
16 stream << anchor;
17 return stream.str();
18}
19} // namespace
20
21namespace YAML {

Callers 2

OnAliasMethod · 0.85
EmitPropsMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected