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

Struct modifierState

internal/testutils/modifier.go:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type modifierState struct {
60 m *Modifier
61}
62
63func (m Modifier) ModStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.ModifierState, error) {
64 if m.InitErr != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected