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

Function Clone

lib/yamlcpp/src/node.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5namespace YAML {
6Node Clone(const Node& node) {
7 NodeEvents events(node);
8 NodeBuilder builder;
9 events.Emit(builder);
10 return builder.Root();
11}
12} // namespace YAML

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 2

EmitMethod · 0.80
RootMethod · 0.80

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68