| 109 | } |
| 110 | |
| 111 | type state struct { |
| 112 | c *Check |
| 113 | msgMeta *module.MsgMetadata |
| 114 | log *log.Logger |
| 115 | } |
| 116 | |
| 117 | func (c *Check) CheckStateForMsg(_ context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 118 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected