Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ remove
Method
remove
ir/fast_math.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void remove(const Node &node) {
98
auto I = nodes.find(node);
99
assert(I != nodes.end());
100
erase(nodes_eqs[I->second], &node);
101
nodes.erase(I);
102
}
103
104
public:
105
unsigned root(unsigned n) {
Callers
3
on_rm_error
Function · 0.80
executeBuiltinRm
Function · 0.80
_executeShCmd
Function · 0.80
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
3
on_rm_error
Function · 0.64
executeBuiltinRm
Function · 0.64
_executeShCmd
Function · 0.64