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

Method isNew

app/src/main/java/com/github/catvod/bean/alist/Drive.java:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 public boolean isNew() {
98 return getVersion() == 3;
99 }
100
101 public Class toType() {
102 return new Class(getName(), getName(), "1");

Callers 8

listApiMethod · 0.95
getApiMethod · 0.95
searchApiMethod · 0.95
paramsMethod · 0.95
detailContentMethod · 0.95
getDetailMethod · 0.95
getListMethod · 0.95
callMethod · 0.80

Calls 1

getVersionMethod · 0.95

Tested by

no test coverage detected