Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ codeLabel
Method
codeLabel
src/main/java/com/tcode/util/AnsiStyle.java:69–71 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
67
}
68
69
public
static
String codeLabel(String text) {
70
return
wrap(BOLD + YELLOW, text);
71
}
72
73
public
static
String error(String text) {
74
return
wrap(BOLD + RED, text);
Callers
5
colorize
Method · 0.95
highlightWithStrings
Method · 0.95
highlightTokens
Method · 0.95
renderMarkdown
Method · 0.95
toggleCodeBlock
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected