Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ emphasis
Method
emphasis
src/main/java/com/tcode/util/AnsiStyle.java:81–83 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
79
}
80
81
public
static
String emphasis(String text) {
82
return
wrap(BOLD, text);
83
}
84
85
public
static
boolean isEnabled() {
86
return
ENABLED;
Callers
5
renderMarkdown
Method · 0.95
startupBannerLines
Method · 0.95
render
Method · 0.95
flushPendingTable
Method · 0.95
renderKeyValueTable
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected