MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / html_cell

Function html_cell

src/graphviz.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static std::string html_table_end() { return "</TABLE>>"; }
43
44static std::string html_cell(const std::string& content, const std::string& align = "center")
45{
46 return "<TR ALIGN=\"" + align + "\"><TD>" + content + "</TD></TR>";
47}
48
49static bool is_hex_color(std::string color) { return not color.empty() and color[0] == '#'; }
50

Callers 1

build_html_labelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected