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

Struct statelessCheckState

internal/check/stateless_check.go:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type statelessCheckState struct {
78 c *statelessCheck
79 msgMeta *module.MsgMetadata
80}
81
82func (s *statelessCheckState) String() string {
83 return s.c.modName + ":" + s.c.instName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected