Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
NodeBuilder::~NodeBuilder() = default;
23
24
Node NodeBuilder::Root() {
25
if (!m_pRoot)
26
return Node();
27
28
return Node(*m_pRoot, m_pMemory);
29
}
30
31
void NodeBuilder::OnDocumentStart(const Mark&) {}
32
Callers
3
Load
Function · 0.80
LoadAll
Function · 0.80
Clone
Function · 0.80
Calls
1
Node
Class · 0.70
Tested by
no test coverage detected