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

Method OnSequenceEnd

lib/yamlcpp/src/emitfromevents.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void EmitFromEvents::OnSequenceEnd() {
69 m_emitter << EndSeq;
70 assert(m_stateStack.top() == State::WaitingForSequenceEntry);
71 m_stateStack.pop();
72}
73
74void EmitFromEvents::OnMapStart(const Mark&, const std::string& tag,
75 anchor_t anchor, EmitterStyle::value style) {

Callers

nothing calls this directly

Calls 2

topMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected