Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ getExt
Method
getExt
app/src/main/java/com/github/catvod/spider/WebDAV.java:48–50 ·
view source on GitHub ↗
(DavResource item)
Source
from the content-addressed store, hash-verified
46
}
47
48
private
String getExt(DavResource item) {
49
return
Util.getExt(item.getName());
50
}
51
52
private
String removeExt(DavResource item) {
53
return
Util.removeExt(item.getName());
Callers
2
getList
Method · 0.95
findSubs
Method · 0.95
Calls
2
getExt
Method · 0.95
getName
Method · 0.45
Tested by
no test coverage detected