Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void EmitFromEvents::OnMapEnd() {
95
m_emitter << EndMap;
96
assert(m_stateStack.top() == State::WaitingForKey);
97
m_stateStack.pop();
98
}
99
100
void EmitFromEvents::BeginNode() {
101
if (m_stateStack.empty())
Callers
nothing calls this directly
Calls
2
top
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected