Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ removeInEdge
Method
removeInEdge
src/openms_gui/source/VISUAL/TOPPASVertex.cpp:485–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
}
484
485
void TOPPASVertex::removeInEdge(TOPPASEdge* edge)
486
{
487
in_edges_.removeAll(edge);
488
}
489
490
void TOPPASVertex::removeOutEdge(TOPPASEdge* edge)
491
{
Callers
1
~TOPPASEdge
Method · 0.80
Calls
1
removeAll
Method · 0.45
Tested by
no test coverage detected