MCPcopy Index your code
hub / github.com/foxcpp/maddy / Commit

Method Commit

framework/module/delivery_target.go:92–92  ·  view source on GitHub ↗

Commit completes message delivery. It generally should never fail, since failures here jeopardize atomicity of the delivery if multiple targets are used.

(ctx context.Context)

Source from the content-addressed store, hash-verified

90 // It generally should never fail, since failures here jeopardize
91 // atomicity of the delivery if multiple targets are used.
92 Commit(ctx context.Context) error
93}

Callers 9

DoTestDeliveryNonAtomicFunction · 0.65
DoTestDeliveryErrMetaFunction · 0.65
BenchDeliveryFunction · 0.65
DataMethod · 0.65
LMTPDataMethod · 0.65
CommitMethod · 0.65
CommitMethod · 0.65
doTestDeliveryFunction · 0.65

Implementers 4

dummyDeliveryframework/module/modules/dummy.go
testTargetDeliveryinternal/testutils/target.go
deliveryinternal/storage/imapsql/delivery.go
msgpipelineDeliveryinternal/msgpipeline/msgpipeline.go

Calls

no outgoing calls

Tested by 2

doTestDeliveryFunction · 0.52