| 57 | } |
| 58 | |
| 59 | type modifierState struct { |
| 60 | m *Modifier |
| 61 | } |
| 62 | |
| 63 | func (m Modifier) ModStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.ModifierState, error) { |
| 64 | if m.InitErr != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected