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

Method OnSequenceStart

lib/yamlcpp/src/nodebuilder.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void NodeBuilder::OnSequenceStart(const Mark& mark, const std::string& tag,
56 anchor_t anchor, EmitterStyle::value style) {
57 detail::node& node = Push(mark, anchor);
58 node.set_tag(tag);
59 node.set_type(NodeType::Sequence);
60 node.set_style(style);
61}
62
63void NodeBuilder::OnSequenceEnd() { Pop(); }
64

Callers 2

EmitMethod · 0.45
HandleNodeMethod · 0.45

Calls 3

set_tagMethod · 0.45
set_typeMethod · 0.45
set_styleMethod · 0.45

Tested by

no test coverage detected