Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ addOutEdge
Method
addOutEdge
src/openms_gui/source/VISUAL/TOPPASVertex.cpp:480–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
void TOPPASVertex::addOutEdge(TOPPASEdge* edge)
481
{
482
out_edges_.push_back(edge);
483
}
484
485
void TOPPASVertex::removeInEdge(TOPPASEdge* edge)
486
{
Callers
5
finishHoveringEdge
Method · 0.80
foreach
Function · 0.80
isEdgeAllowed_
Method · 0.80
load
Method · 0.80
include
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected