--- Built-in constraint types ---
| 225 | // --- Built-in constraint types --- |
| 226 | |
| 227 | type intConstraintType struct{} |
| 228 | |
| 229 | func (intConstraintType) Name() string { return ConstraintInt } |
| 230 | func (intConstraintType) Execute(param string, _ []any) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected