MCPcopy Create free account
hub / github.com/FongMi/TV / fetchExt

Method fetchExt

app/src/main/java/com/fongmi/android/tv/bean/Site.java:303–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 }
302
303 public Site fetchExt() {
304 if (!getExt().startsWith("http")) return this;
305 String extend = OkHttp.string(getExt());
306 if (!extend.isEmpty()) setExt(extend);
307 return this;
308 }
309
310 public Site trans() {
311 if (Trans.pass()) return this;

Callers 1

homeContentMethod · 0.80

Calls 5

getExtMethod · 0.95
stringMethod · 0.95
setExtMethod · 0.95
startsWithMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected