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

Method OnMapEnd

lib/yamlcpp/src/nodebuilder.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void NodeBuilder::OnMapEnd() {
75 assert(m_mapDepth > 0);
76 m_mapDepth--;
77 Pop();
78}
79
80detail::node& NodeBuilder::Push(const Mark& mark, anchor_t anchor) {
81 detail::node& node = m_pMemory->create_node();

Callers 2

EmitMethod · 0.45
HandleNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected