Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getUserInfo
Method · 0.45
isValid
Method · 0.45
create
Method · 0.45
select
Method · 0.45
check
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected