Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reset_map
Method
reset_map
lib/yamlcpp/src/node_data.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void node_data::reset_map() {
278
m_map.clear();
279
m_undefinedPairs.clear();
280
}
281
282
void node_data::insert_map_pair(node& key, node& value) {
283
m_map.emplace_back(&key, &value);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected