()
| 1178 | } |
| 1179 | |
| 1180 | func (r *modFunctionArg) IsRequired() bool { |
| 1181 | return !r.TypeDef.Optional && r.DefaultValue == "" |
| 1182 | } |
| 1183 | |
| 1184 | func (r *modFunctionArg) IsUnsupportedFlag() bool { |
| 1185 | flags := pflag.NewFlagSet("test", pflag.ContinueOnError) |
no outgoing calls
no test coverage detected