Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseProperties
Method · 0.45
Stream
Method · 0.45
ClearModifiedSettings
Method · 0.45
SettingChanges
Class · 0.45
Pop
Method · 0.45
set_type
Method · 0.45
reset_sequence
Method · 0.45
reset_map
Method · 0.45
swap
Function · 0.45
decode
Method · 0.45
decode
Method · 0.45
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected