Group wraps multiple modifiers and runs them serially. It is also registered as a module under 'modifiers' name and acts as a module group.
| 37 | // It is also registered as a module under 'modifiers' name and acts as a |
| 38 | // module group. |
| 39 | Group struct { |
| 40 | instName string |
| 41 | Modifiers []module.Modifier |
| 42 | } |
| 43 | |
| 44 | groupState struct { |
| 45 | states []module.ModifierState |
nothing calls this directly
no outgoing calls
no test coverage detected