MCPcopy 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

getVodPathMethod · 0.95
getUriForFileMethod · 0.45
getFileForUriMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected