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

Method EnableUpdatePipe

internal/updatepipe/backend.go:44–44  ·  view source on GitHub ↗

EnableUpdatePipe enables the internal update pipe implementation. The mode argument selects the pipe behavior. EnableUpdatePipe must be called before the first call to the Updates() method. This method is idempotent. All calls after a successful one do nothing.

(mode BackendMode)

Source from the content-addressed store, hash-verified

42 //
43 // This method is idempotent. All calls after a successful one do nothing.
44 EnableUpdatePipe(mode BackendMode) error
45}

Callers 2

StartMethod · 0.65
openStorageFunction · 0.65

Implementers 1

Storageinternal/storage/imapsql/imapsql.go

Calls

no outgoing calls

Tested by

no test coverage detected