MCPcopy Create free account
hub / github.com/foxcpp/maddy / checkState

Struct checkState

internal/testutils/check.go:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type checkState struct {
79 msgMeta *module.MsgMetadata
80 check *Check
81}
82
83func (cs *checkState) CheckConnection(ctx context.Context) module.CheckResult {
84 cs.check.ConnCalls++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected