Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getPostType
Method
getPostType
quickjs/src/main/java/com/fongmi/quickjs/bean/Req.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
String getPostType() {
51
return
TextUtils.isEmpty(postType) ?
"json"
: postType;
52
}
53
54
public
String getMethod() {
55
return
TextUtils.isEmpty(method) ?
"get"
: method;
Callers
1
getPostBody
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected