MCPcopy Create free account
hub / github.com/Samsung/UTopia / copyVisit

Method copyVisit

lib/rootdefanalysis/RDNode.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57RDNode::RDNode(const RDNode &Src) { *this = Src; }
58
59void RDNode::copyVisit(const RDNode &Src) { Visit = Src.Visit; }
60
61void RDNode::setIdx(int Idx) { this->Idx = Idx; }
62

Callers 2

traverseFunctionMethod · 0.80
traceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected