MCPcopy Create free account
hub / github.com/FongMi/TV / equals

Method equals

catvod/src/main/java/com/github/catvod/utils/Util.java:61–63  ·  view source on GitHub ↗
(String name, String md5)

Source from the content-addressed store, hash-verified

59 }
60
61 public static boolean equals(String name, String md5) {
62 return md5(Path.jar(name)).equalsIgnoreCase(md5);
63 }
64
65 public static String md5(String src) {
66 try {

Callers 2

parseJarMethod · 0.95
TransClass · 0.45

Calls 2

md5Method · 0.95
jarMethod · 0.95

Tested by

no test coverage detected