MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / addString

Method addString

sdk_unuse/PostParameters.java:424–430  ·  view source on GitHub ↗
(String id, String str)

Source from the content-addressed store, hash-verified

422 }
423
424 private void addString(String id, String str) {
425 try {
426 multiPart.addPart(id, new StringBody(str, Charset.forName("UTF-8")));
427 } catch (UnsupportedEncodingException e) {
428 e.printStackTrace();
429 }
430 }
431
432 private String toStringList(String[] sa) {
433 StringBuilder sb = new StringBuilder();

Callers 15

setAsyncMethod · 0.95
setUrlMethod · 0.95
setAttributeMethod · 0.95
setTagMethod · 0.95
setFaceId1Method · 0.95
setFaceId2Method · 0.95
setGroupNameMethod · 0.95
setGroupIdMethod · 0.95
setKeyFaceIdMethod · 0.95
setCountMethod · 0.95
setTypeMethod · 0.95
setFaceIdMethod · 0.95

Calls 1

addPartMethod · 0.80

Tested by

no test coverage detected