Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ heading
Method
heading
src/main/java/com/tcode/util/AnsiStyle.java:23–25 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
21
}
22
23
public
static
String heading(String text) {
24
return
wrap(BOLD + CYAN, text);
25
}
26
27
public
static
String section(String text) {
28
return
wrap(BOLD + GREEN, text);
Callers
15
format
Method · 0.95
shouldUseTui
Method · 0.95
onReasoningDelta
Method · 0.95
appendDiff
Method · 0.95
openPalette
Method · 0.95
render
Method · 0.95
prompt
Method · 0.95
render
Method · 0.95
renderHeading
Method · 0.95
onReasoningDelta
Method · 0.95
onContentDelta
Method · 0.95
resetBetweenIterations
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected