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

Method reset

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

Source from the content-addressed store, hash-verified

203}
204
205inline void Node::reset(const YAML::Node& rhs) {
206 if (!m_isValid || !rhs.m_isValid)
207 throw InvalidNode();
208 m_pMemory = rhs.m_pMemory;
209 m_pNode = rhs.m_pNode;
210}
211
212template <typename T>
213inline void Node::Assign(const T& rhs) {

Callers 2

decodeMethod · 0.45
EnsureNodeExistsMethod · 0.45

Calls 1

InvalidNodeFunction · 0.85

Tested by

no test coverage detected