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

Method Push

internal/updatepipe/update_pipe.go:59–59  ·  view source on GitHub ↗

Push writes the update to the pipe. The update will not be duplicated if the UpdatePipe is also listening for updates.

(upd mess.Update)

Source from the content-addressed store, hash-verified

57 // The update will not be duplicated if the UpdatePipe is also listening
58 // for updates.
59 Push(upd mess.Update) error
60
61 Close() error
62}

Callers 1

EnableUpdatePipeMethod · 0.65

Implementers 2

PubSubPipeinternal/updatepipe/pubsub_pipe.go
UnixSockPipeinternal/updatepipe/unix_pipe.go

Calls

no outgoing calls

Tested by

no test coverage detected