Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ IsDefined
Method
IsDefined
lib/yamlcpp/include/yaml-cpp/node/impl.h:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
inline bool Node::IsDefined() const {
69
if (!m_isValid) {
70
return false;
71
}
72
return m_pNode ? m_pNode->is_defined() : true;
73
}
74
75
inline Mark Node::Mark() const {
76
if (!m_isValid) {
Callers
1
decode_and_validate
Method · 0.80
Calls
1
is_defined
Method · 0.45
Tested by
no test coverage detected