()
| 1419 | } |
| 1420 | |
| 1421 | func (x *ActionDescription) GetFormModuleProps() string { |
| 1422 | if x != nil { |
| 1423 | return x.FormModuleProps |
| 1424 | } |
| 1425 | return "" |
| 1426 | } |
| 1427 | |
| 1428 | func (x *ActionDescription) GetCategory() string { |
| 1429 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected