(color bool)
| 33 | } |
| 34 | |
| 35 | func (this *PointArg) SetColor(color bool) { |
| 36 | argtype.GetArgType(this.TypeIndex).SetColor(color) |
| 37 | } |
| 38 | |
| 39 | func (this *PointArg) SetFlagsFormat(format string) { |
| 40 | var p argtype.IArgType |
nothing calls this directly
no test coverage detected