MCPcopy 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

colorizeMethod · 0.95
highlightWithStringsMethod · 0.95
highlightTokensMethod · 0.95
renderMarkdownMethod · 0.95
toggleCodeBlockMethod · 0.95

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected