MCPcopy Index your code
hub / github.com/apache/answer / Verify

Method Verify

plugin/captcha.go:33–33  ·  view source on GitHub ↗

Verify required. Verify the user input captcha is correct or not captcha: The captchaCode generated by Create method, if not implemented, it's empty.

(captchaCode, userInput string)

Source from the content-addressed store, hash-verified

31 // Verify required. Verify the user input captcha is correct or not
32 // captcha: The captchaCode generated by Create method, if not implemented, it's empty.
33 Verify(captchaCode, userInput string) (pass bool)
34}
35
36var (

Callers 1

VerifyCaptchaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected