MCPcopy Create free account
hub / github.com/cmu-db/benchbase / bold

Method bold

src/main/java/com/oltpbenchmark/util/StringUtil.java:395–397  ·  view source on GitHub ↗

Wrap the given string with the control characters to make the text appear bold in the console

(String str)

Source from the content-addressed store, hash-verified

393 * Wrap the given string with the control characters to make the text appear bold in the console
394 */
395 public static String bold(String str) {
396 return (SET_BOLD_TEXT + str + SET_PLAIN_TEXT);
397 }
398
399 /**
400 * Python join()

Callers 3

currentPhaseStringMethod · 0.95
writeHistogramsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected