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

Method getHost

catvod/src/main/java/com/github/catvod/bean/Header.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public String getHost() {
32 return TextUtils.isEmpty(host) ? "" : host;
33 }
34
35 public JsonElement getHeader() {
36 return header;

Callers 5

getUserInfoMethod · 0.45
isValidMethod · 0.45
createMethod · 0.45
selectMethod · 0.45
checkMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected