| 269 | } |
| 270 | |
| 271 | type datetimeConstraintType struct{} |
| 272 | |
| 273 | func (datetimeConstraintType) Name() string { return ConstraintDatetime } |
| 274 | func (datetimeConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected