| 75 | } |
| 76 | |
| 77 | type statelessCheckState struct { |
| 78 | c *statelessCheck |
| 79 | msgMeta *module.MsgMetadata |
| 80 | } |
| 81 | |
| 82 | func (s *statelessCheckState) String() string { |
| 83 | return s.c.modName + ":" + s.c.instName |
nothing calls this directly
no outgoing calls
no test coverage detected