MCPcopy Create free account
hub / github.com/R4gd0ll/LazyAnFuZai / toPrint

Method toPrint

src/main/java/utils/toFile.java:30–47  ·  view source on GitHub ↗
(HashMap resultHash)

Source from the content-addressed store, hash-verified

28 }
29
30 public static void toPrint(HashMap resultHash){
31// writeToXlsx.createXlsx(xlsxPwd);
32 int i = 0;
33 for (Object key : resultHash.keySet()) {
34 String a = key.toString();
35 String b = Check1.checkt(a);
36 String resultAll = (String) resultHash.get(a);
37 String[] var = resultAll.split("!!!!");
38 String c = var[0];
39 String d = var[1];
40 if(a.contains("系统补丁")){
41 System.out.println(b+" "+c+" "+d);
42 }
43
44 i += 1;
45 }
46
47 }
48
49
50}

Callers

nothing calls this directly

Calls 1

checktMethod · 0.95

Tested by

no test coverage detected