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

Function DoTestDelivery

internal/testutils/target.go:191–196  ·  view source on GitHub ↗
(t *testing.T, tgt module.DeliveryTarget, from string, to []string)

Source from the content-addressed store, hash-verified

189}
190
191func DoTestDelivery(t *testing.T, tgt module.DeliveryTarget, from string, to []string) string {
192 t.Helper()
193 return DoTestDeliveryMeta(t, tgt, from, to, &module.MsgMetadata{
194 OriginalFrom: from,
195 })
196}
197
198func DoTestDeliveryMeta(t *testing.T, tgt module.DeliveryTarget, from string, to []string, msgMeta *module.MsgMetadata) string {
199 t.Helper()

Calls 1

DoTestDeliveryMetaFunction · 0.85