MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / addInEdge

Method addInEdge

src/openms_gui/source/VISUAL/TOPPASVertex.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473 }
474
475 void TOPPASVertex::addInEdge(TOPPASEdge* edge)
476 {
477 in_edges_.push_back(edge);
478 }
479
480 void TOPPASVertex::addOutEdge(TOPPASEdge* edge)
481 {

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