MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / remove

Method remove

external/yaml-cpp/include/yaml-cpp/node/impl.h:395–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394template <typename Key>
395inline bool Node::remove(const Key& key) {
396 if (!m_isValid)
397 throw InvalidNode();
398 EnsureNodeExists();
399 return m_pNode->remove(detail::to_value(key), m_pMemory);
400}
401
402inline const Node Node::operator[](const Node& key) const {
403 if (!m_isValid || !key.m_isValid)

Calls 3

InvalidNodeFunction · 0.85
to_valueFunction · 0.85
EnsureNodeExistsMethod · 0.80

Tested by

no test coverage detected