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

Method setRsqRaw

src/main/java/entity/CaptchaEntity.java:33–35  ·  view source on GitHub ↗
(byte[] rsqRaw)

Source from the content-addressed store, hash-verified

31 }
32
33 public void setRsqRaw(byte[] rsqRaw) {
34 this.rsqRaw = rsqRaw;
35 }
36
37 public String getResult() {
38 return result;

Callers 2

identifyCaptchaMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected