MCPcopy Create free account
hub / github.com/Hello-hao/Tbed / Normal

Method Normal

src/main/java/cn/hellohao/utils/Print.java:43–45  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

41    90-97  比颜色1更鲜艳一些,我也不太清楚为什么又两种
42 * */
43 public static void Normal(Object object){
44 System.out.println("\033[32;1m" + object + "\033[0m");
45 }
46 public static void warning(Object object){
47 System.out.println("\033[31;1m" + object + "\033[0m");
48 }

Callers 10

runMethod · 0.95
afterPropertiesSetMethod · 0.95
RunInsertMethod · 0.95
testMethod · 0.95
test4Method · 0.95
test3Method · 0.95
exitMethod · 0.95
uploadForLocMethod · 0.95
updateKeyMethod · 0.95
soutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected