MCPcopy Create free account
hub / github.com/gogs/gogs / Validate

Method Validate

internal/form/user.go:82–84  ·  view source on GitHub ↗
(ctx *macaron.Context, errs binding.Errors)

Source from the content-addressed store, hash-verified

80}
81
82func (f *SignIn) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
83 return validate(errs, ctx.Data, f, ctx.Locale)
84}
85
86// __________________________________________.___ _______ ________ _________
87// / _____/\_ _____/\__ ___/\__ ___/| |\ \ / _____/ / _____/

Callers 3

ValidateTOTPMethod · 0.45
ToggleFunction · 0.45

Calls 1

validateFunction · 0.85

Tested by

no test coverage detected