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

Method set_scalar

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

Source from the content-addressed store, hash-verified

81}
82
83void node_data::set_scalar(const std::string& scalar) {
84 m_isDefined = true;
85 m_type = NodeType::Scalar;
86 m_scalar = scalar;
87}
88
89// size/iterator
90std::size_t node_data::size() const {

Callers 2

OnScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected