Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
RDNode::RDNode(const RDNode &Src) { *this = Src; }
58
59
void RDNode::copyVisit(const RDNode &Src) { Visit = Src.Visit; }
60
61
void RDNode::setIdx(int Idx) { this->Idx = Idx; }
62
Callers
2
traverseFunction
Method · 0.80
trace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected