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

Method setKeyFaceId

sdk_unuse/PostParameters.java:179–182  ·  view source on GitHub ↗

key_face_id=... @param id @return this

(String id)

Source from the content-addressed store, hash-verified

177 * @return this
178 */
179 public PostParameters setKeyFaceId(String id){
180 addString("key_face_id", id);
181 return this;
182 }
183
184 /**
185 * count=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected