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

Struct state

internal/check/skeleton.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type state struct {
67 c *Check
68 msgMeta *module.MsgMetadata
69 log log.Logger
70}
71
72func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) {
73 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected