MCPcopy 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

launchMethod · 0.95
startupBannerLinesMethod · 0.95
onContentDeltaMethod · 0.95
onContentDeltaMethod · 0.95

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected