MCPcopy 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

finishHoveringEdgeMethod · 0.80
foreachFunction · 0.80
isEdgeAllowed_Method · 0.80
loadMethod · 0.80
includeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected