Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace graphviz {
31
32
static std::string html_bold(const std::string& content) { return
"<B>"
+ content +
"</B>"
; }
33
34
static std::string html_table_start(const html_table_style& style)
35
{
Callers
1
build_html_label
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected