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

Method set_style

lib/yamlcpp/src/node_data.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74void node_data::set_tag(const std::string& tag) { m_tag = tag; }
75
76void node_data::set_style(EmitterStyle::value style) { m_style = style; }
77
78void node_data::set_null() {
79 m_isDefined = true;

Callers 2

OnSequenceStartMethod · 0.45
OnMapStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected