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

Method SetStyle

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

Source from the content-addressed store, hash-verified

187}
188
189inline void Node::SetStyle(EmitterStyle::value style) {
190 EnsureNodeExists();
191 m_pNode->set_style(style);
192}
193
194// assignment
195inline bool Node::is(const Node& rhs) const {

Callers 1

TEST_FFunction · 0.80

Calls 1

set_styleMethod · 0.45

Tested by 1

TEST_FFunction · 0.64