MCPcopy Create free account
hub / github.com/c0ny1/captcha-killer / setReqRaw

Method setReqRaw

src/main/java/entity/CaptchaEntity.java:25–27  ·  view source on GitHub ↗
(byte[] reqRaw)

Source from the content-addressed store, hash-verified

23 }
24
25 public void setReqRaw(byte[] reqRaw) {
26 this.reqRaw = reqRaw;
27 }
28
29 public byte[] getRsqRaw() {
30 return rsqRaw;

Callers 2

identifyCaptchaMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected