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

Method url

catvod/src/main/java/com/github/catvod/bean/Doh.java:58–61  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

56 }
57
58 public Doh url(String url) {
59 this.url = url;
60 return this;
61 }
62
63 public String getName() {
64 return TextUtils.isEmpty(name) ? "" : name;

Callers 13

getRequestMethod · 0.45
digestUriMethod · 0.45
getMethod · 0.45
setDohMethod · 0.45
authenticateMethod · 0.45
newCallMethod · 0.45
interceptMethod · 0.45
checkMethod · 0.45
interceptMethod · 0.45
checkAuthMethod · 0.45
interceptMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected