Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MrFuFuFu/RxFace
/ setTag
Method
setTag
sdk_unuse/PostParameters.java:98–101 ·
view source on GitHub ↗
tag=... @param tag @return this
(String tag)
Source
from the content-addressed store, hash-verified
96
* @
return
this
97
*/
98
public
PostParameters setTag(String tag){
99
addString(
"tag"
, tag);
100
return
this;
101
}
102
103
/**
104
* img=...
Callers
nothing calls this directly
Calls
1
addString
Method · 0.95
Tested by
no test coverage detected