Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ toString
Method
toString
src/openms_gui/source/VISUAL/TOPPASToolVertex.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
{}
44
45
String toString() const
46
{
47
return (prefix + (counter != -1 ? String(
"_"
) + String(counter).fillLeft(
'0'
, 3) : String()) +
"."
+ suffix);
48
}
49
};
50
51
TOPPASToolVertex::TOPPASToolVertex()
Callers
2
renameOutput_
Method · 0.45
updateCurrentOutputFileNames
Method · 0.45
Calls
1
String
Class · 0.50
Tested by
no test coverage detected