MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / filled

Method filled

tests/testvalidator.cpp:780–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected