Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseJar
Method · 0.95
Trans
Class · 0.45
Calls
2
md5
Method · 0.95
jar
Method · 0.95
Tested by
no test coverage detected