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

Function Dump

lib/yamlcpp/src/emit.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20std::string Dump(const Node& node) {
21 Emitter emitter;
22 emitter << node;
23 return emitter.c_str();
24}
25} // namespace YAML

Callers 1

TEST_FFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by 1

TEST_FFunction · 0.68