MCPcopy Create free account
hub / github.com/pydio/cells / GetMessage

Method GetMessage

common/proto/sync/cells-sync.pb.go:233–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233func (x *SyncEvent) GetMessage() isSyncEvent_Message {
234 if x != nil {
235 return x.Message
236 }
237 return nil
238}
239
240func (x *SyncEvent) GetNodeChangeEvent() *tree.NodeChangeEvent {
241 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected