Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ clearFirstUses
Method
clearFirstUses
lib/rootdefanalysis/RDNode.cpp:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
void RDNode::eraseEmptyFirstUse() { FirstUses.erase(RDArgIndex()); }
134
135
void RDNode::clearFirstUses() { FirstUses.clear(); }
136
137
int RDNode::getIdx() const { return Idx; }
138
Callers
1
trace
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected