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

Method set_null

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

Source from the content-addressed store, hash-verified

76void node_data::set_style(EmitterStyle::value style) { m_style = style; }
77
78void node_data::set_null() {
79 m_isDefined = true;
80 m_type = NodeType::Null;
81}
82
83void node_data::set_scalar(const std::string& scalar) {
84 m_isDefined = true;

Callers 1

OnNullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected