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

Method reset_sequence

lib/yamlcpp/src/node_data.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void node_data::reset_sequence() {
273 m_sequence.clear();
274 m_seqSize = 0;
275}
276
277void node_data::reset_map() {
278 m_map.clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected