| 64 | } |
| 65 | |
| 66 | type state struct { |
| 67 | c *Check |
| 68 | msgMeta *module.MsgMetadata |
| 69 | log log.Logger |
| 70 | } |
| 71 | |
| 72 | func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 73 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected