| 76 | } |
| 77 | |
| 78 | type checkState struct { |
| 79 | msgMeta *module.MsgMetadata |
| 80 | check *Check |
| 81 | } |
| 82 | |
| 83 | func (cs *checkState) CheckConnection(ctx context.Context) module.CheckResult { |
| 84 | cs.check.ConnCalls++ |
nothing calls this directly
no outgoing calls
no test coverage detected