Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setRecycling
Method
setRecycling
src/openms_gui/source/VISUAL/TOPPASVertex.cpp:594–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
}
593
594
void TOPPASVertex::setRecycling(const bool is_enabled)
595
{
596
if (allow_output_recycling_ == is_enabled) return; // nothing changed
597
598
invertRecylingMode();
599
}
600
601
bool TOPPASVertex::allInputsReady() const
602
{
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected