Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ section
Method
section
src/main/java/com/tcode/util/AnsiStyle.java:27–29 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
25
}
26
27
public
static
String section(String text) {
28
return
wrap(BOLD + GREEN, text);
29
}
30
31
public
static
String answerMarker() {
32
return
wrap(BOLD + GREEN,
"▪"
);
Callers
4
launch
Method · 0.95
startupBannerLines
Method · 0.95
onContentDelta
Method · 0.95
onContentDelta
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected