MCPcopy Create free account
hub / github.com/OperationT00/T-Code / wrap

Method wrap

src/main/java/com/tcode/util/AnsiStyle.java:89–94  ·  view source on GitHub ↗
(String prefix, String text)

Source from the content-addressed store, hash-verified

87 }
88
89 private static String wrap(String prefix, String text) {
90 if (!ENABLED || text == null || text.isEmpty()) {
91 return text;
92 }
93 return prefix + text + RESET;
94 }
95
96 private static int displayWidth(String text) {
97 int width = 0;

Callers 9

headingMethod · 0.95
sectionMethod · 0.95
answerMarkerMethod · 0.95
subtleMethod · 0.95
thinkingMethod · 0.95
codeLabelMethod · 0.95
errorMethod · 0.95
quotePrefixMethod · 0.95
emphasisMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected