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

Method Root

lib/yamlcpp/src/nodebuilder.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22NodeBuilder::~NodeBuilder() = default;
23
24Node NodeBuilder::Root() {
25 if (!m_pRoot)
26 return Node();
27
28 return Node(*m_pRoot, m_pMemory);
29}
30
31void NodeBuilder::OnDocumentStart(const Mark&) {}
32

Callers 3

LoadFunction · 0.80
LoadAllFunction · 0.80
CloneFunction · 0.80

Calls 1

NodeClass · 0.70

Tested by

no test coverage detected