Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Type
Method
Type
lib/yamlcpp/include/yaml-cpp/node/impl.h:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
inline NodeType::value Node::Type() const {
83
if (!m_isValid)
84
throw InvalidNode(m_invalidKey);
85
return m_pNode ? m_pNode->type() : NodeType::Null;
86
}
87
88
// access
89
Callers
4
TEST
Function · 0.45
TEST
Function · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
Calls
2
InvalidNode
Function · 0.85
type
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36