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

Method thinking

src/main/java/com/tcode/util/AnsiStyle.java:39–41  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

37 }
38
39 public static String thinking(String text) {
40 return wrap(ITALIC + GRAY, text);
41 }
42
43 public static String userMessageBlock(String text, int columns) {
44 String safe = text == null ? "" : text.strip();

Callers 1

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected