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

Method node_data

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

Source from the content-addressed store, hash-verified

21}
22
23node_data::node_data()
24 : m_isDefined(false),
25 m_mark(Mark::null_mark()),
26 m_type(NodeType::Null),
27 m_tag{},
28 m_style(EmitterStyle::Default),
29 m_scalar{},
30 m_sequence{},
31 m_seqSize(0),
32 m_map{},
33 m_undefinedPairs{} {}
34
35void node_data::mark_defined() {
36 if (m_type == NodeType::Undefined)

Callers

nothing calls this directly

Calls 1

null_markFunction · 0.85

Tested by

no test coverage detected