Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void node_data::reset_sequence() {
273
m_sequence.clear();
274
m_seqSize = 0;
275
}
276
277
void node_data::reset_map() {
278
m_map.clear();
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected