| 261 | } |
| 262 | |
| 263 | type guidConstraintType struct{} |
| 264 | |
| 265 | func (guidConstraintType) Name() string { return ConstraintGUID } |
| 266 | func (guidConstraintType) Execute(param string, _ []any) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected