MCPcopy 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

formatMethod · 0.95
shouldUseTuiMethod · 0.95
onReasoningDeltaMethod · 0.95
appendDiffMethod · 0.95
openPaletteMethod · 0.95
renderMethod · 0.95
promptMethod · 0.95
renderMethod · 0.95
renderHeadingMethod · 0.95
onReasoningDeltaMethod · 0.95
onContentDeltaMethod · 0.95

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected