MCPcopy Create free account
hub / github.com/MITK/MITK / GroupHeaderRowHtml

Function GroupHeaderRowHtml

Wrapping/Python/mitk/MultiLabelSegmentation.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369std::string GroupHeaderRowHtml(const std::string& name, std::size_t index)
370{
371 const std::string display = name.empty() ? ("Group " + std::to_string(index)) : name;
372 return "<tr><td colspan='5'><b>" + EscapeHtml(display) + "</b></td></tr>";
373}
374
375} // namespace
376

Callers 1

Calls 2

EscapeHtmlFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected