Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ quotePrefix
Method
quotePrefix
src/main/java/com/tcode/util/AnsiStyle.java:77–79 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
75
}
76
77
public
static
String quotePrefix(String text) {
78
return
wrap(DIM + CYAN, text);
79
}
80
81
public
static
String emphasis(String text) {
82
return
wrap(BOLD, text);
Callers
1
processLine
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected