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

Method remove

lib/yamlcpp/include/yaml-cpp/node/impl.h:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342template <typename Key>
343inline bool Node::remove(const Key& key) {
344 EnsureNodeExists();
345 return m_pNode->remove(key, m_pMemory);
346}
347
348inline const Node Node::operator[](const Node& key) const {
349 EnsureNodeExists();

Callers

nothing calls this directly

Calls 1

EnsureNodeExistsMethod · 0.80

Tested by

no test coverage detected