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

Function html_bold

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

Source from the content-addressed store, hash-verified

30namespace graphviz {
31
32static std::string html_bold(const std::string& content) { return "<B>" + content + "</B>"; }
33
34static std::string html_table_start(const html_table_style& style)
35{

Callers 1

build_html_labelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected