Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c0ny1/captcha-killer
/ setImage
Method
setImage
src/main/java/entity/CaptchaEntity.java:17–19 ·
view source on GitHub ↗
(byte[] image)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
void
setImage(byte[] image) {
18
this.image = image;
19
}
20
21
public
byte[] getReqRaw() {
22
return
reqRaw;
Callers
2
identifyCaptcha
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected