MCPcopy 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
69func (this *CaptchaGenerator) Get(id string) []byte {
70 return this.store.Get(id, false)
71}

Callers 15

PerformMethod · 0.45
WriteImageMethod · 0.45
VerifyMethod · 0.45
PerformMethod · 0.45
PerformMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
showVerifyCodesFormMethod · 0.45
showVerifyImageMethod · 0.45
showOneClickFormMethod · 0.45

Calls

no outgoing calls