MCPcopy Index your code
hub / github.com/10cks/fofaEX / checkMakeFile

Method checkMakeFile

src/main/java/plugins/CommonExecute.java:84–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public static boolean checkMakeFile() {
85 // 在这里检查文件是否存在
86 File file = new File("test.txt");
87 if (file.exists()) {
88 loadFileIntoTable(file);
89
90 return true;
91 }
92 return false;
93 }
94
95 public static void loadFileIntoTable(File file) {
96

Callers

nothing calls this directly

Calls 1

loadFileIntoTableMethod · 0.95

Tested by

no test coverage detected