MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / Drive

Method Drive

app/src/main/java/com/github/catvod/bean/alist/Drive.java:53–55  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

51 }
52
53 public Drive(String name) {
54 this.name = name;
55 }
56
57 public String getName() {
58 return TextUtils.isEmpty(name) ? "" : name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected