Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getContent
Method
getContent
quickjs/src/main/java/com/fongmi/quickjs/bean/Res.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public
String getContent() {
41
return
TextUtils.isEmpty(content) ?
""
: content;
42
}
43
44
private
JsonElement getHeaders() {
45
return
headers;
Callers
1
getStream
Method · 0.95
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected