| 778 | // ***** Endpoint for ValidatorFilled ****** |
| 779 | C_ATTR(filled, :Local :AutoArgs) |
| 780 | void filled(Context *c) |
| 781 | { |
| 782 | Validator v({new ValidatorFilled(u"field"_s, m_validatorMessages)}); |
| 783 | checkResponse(c, v.validate(c)); |
| 784 | } |
| 785 | |
| 786 | // ***** Endpoint for ValidatorIn ****** |
| 787 | C_ATTR(in, :Local :AutoArgs) |