MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / addAttribute

Method addAttribute

sdk_unuse/PostParameters.java:419–422  ·  view source on GitHub ↗

`attr`=`value` @param attr value @return this

(String attr, String value)

Source from the content-addressed store, hash-verified

417 * @return this
418 */
419 public PostParameters addAttribute(String attr, String value) {
420 addString(attr, value);
421 return this;
422 }
423
424 private void addString(String id, String str) {
425 try {

Callers 1

offlineDetectMethod · 0.80

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected