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

Method set_scalar

lib/yamlcpp/include/yaml-cpp/node/detail/node.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 m_pRef->set_null();
84 }
85 void set_scalar(const std::string& scalar) {
86 mark_defined();
87 m_pRef->set_scalar(scalar);
88 }
89 void set_tag(const std::string& tag) {
90 mark_defined();
91 m_pRef->set_tag(tag);

Callers 1

AssignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected