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

Method OnMapEnd

lib/yamlcpp/src/emitfromevents.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void EmitFromEvents::OnMapEnd() {
95 m_emitter << EndMap;
96 assert(m_stateStack.top() == State::WaitingForKey);
97 m_stateStack.pop();
98}
99
100void EmitFromEvents::BeginNode() {
101 if (m_stateStack.empty())

Callers

nothing calls this directly

Calls 2

topMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected