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

Method Style

lib/yamlcpp/include/yaml-cpp/node/impl.h:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183inline EmitterStyle::value Node::Style() const {
184 if (!m_isValid)
185 throw InvalidNode(m_invalidKey);
186 return m_pNode ? m_pNode->style() : EmitterStyle::Default;
187}
188
189inline void Node::SetStyle(EmitterStyle::value style) {
190 EnsureNodeExists();

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

InvalidNodeFunction · 0.85
styleMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64