Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ getPath
Method
getPath
app/src/main/java/com/github/catvod/bean/alist/Item.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
String getPath() {
53
return
TextUtils.isEmpty(path) ?
""
: path;
54
}
55
56
public
void
setPath(String path) {
57
this.path = path;
Callers
4
getVodPath
Method · 0.95
getUriForFile
Method · 0.45
getFileForUri
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected