Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Get
Method
Get
internal/waf/captcha_generator.go:69–71 ·
view source on GitHub ↗
Get captcha data
(id string)
Source
from the content-addressed store, hash-verified
67
68
// Get captcha data
69
func
(this *CaptchaGenerator) Get(id string) []byte {
70
return
this.store.Get(id, false)
71
}
Callers
15
Perform
Method · 0.45
WriteImage
Method · 0.45
Verify
Method · 0.45
Perform
Method · 0.45
Perform
Method · 0.45
TestCaptchaGenerator_NewCaptcha
Function · 0.45
TestCaptchaGenerator_NewCaptcha_UTF8
Function · 0.45
Run
Method · 0.45
Run
Method · 0.45
showVerifyCodesForm
Method · 0.45
showVerifyImage
Method · 0.45
showOneClickForm
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestCaptchaGenerator_NewCaptcha
Function · 0.36
TestCaptchaGenerator_NewCaptcha_UTF8
Function · 0.36