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

Method getToolPrefix

src/openms/source/APPLICATIONS/TOPPBase.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 String TOPPBase::getToolPrefix() const
89 {
90 return tool_name_ + ":" + instance_number_ + ":";
91 }
92
93 TOPPBase::TOPPBase(const String& tool_name, const String& tool_description, bool official, const std::vector<Citation>& citations, bool toolhandler_test) :
94 tool_name_(tool_name),

Callers 9

mainMethod · 0.95
getDefaultParameters_Method · 0.95
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected