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

Method clear

lib/yamlcpp/src/ptr_vector.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 ptr_vector& operator=(ptr_vector&&) = default;
26
27 void clear() { m_data.clear(); }
28
29 std::size_t size() const { return m_data.size(); }
30 bool empty() const { return m_data.empty(); }

Callers 14

ParsePropertiesMethod · 0.45
StreamMethod · 0.45
ClearModifiedSettingsMethod · 0.45
SettingChangesClass · 0.45
PopMethod · 0.45
set_typeMethod · 0.45
reset_sequenceMethod · 0.45
reset_mapMethod · 0.45
swapFunction · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected