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

Method emphasis

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

Source from the content-addressed store, hash-verified

79 }
80
81 public static String emphasis(String text) {
82 return wrap(BOLD, text);
83 }
84
85 public static boolean isEnabled() {
86 return ENABLED;

Callers 5

renderMarkdownMethod · 0.95
startupBannerLinesMethod · 0.95
renderMethod · 0.95
flushPendingTableMethod · 0.95
renderKeyValueTableMethod · 0.95

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected