()
| 1412 | } |
| 1413 | |
| 1414 | func (x *ActionDescription) GetFormModule() string { |
| 1415 | if x != nil { |
| 1416 | return x.FormModule |
| 1417 | } |
| 1418 | return "" |
| 1419 | } |
| 1420 | |
| 1421 | func (x *ActionDescription) GetFormModuleProps() string { |
| 1422 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected