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

Method error

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

Source from the content-addressed store, hash-verified

71 }
72
73 public static String error(String text) {
74 return wrap(BOLD + RED, text);
75 }
76
77 public static String quotePrefix(String text) {
78 return wrap(DIM + CYAN, text);

Callers 9

colorizeMethod · 0.95
executeMethod · 0.45
index.tsFile · 0.45
reviewPendingApprovalFunction · 0.45
renderFunction · 0.45

Calls 1

wrapMethod · 0.95