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

Method GetCheckpointEvent

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

Source from the content-addressed store, hash-verified

256}
257
258func (x *SyncEvent) GetCheckpointEvent() *CheckpointEvent {
259 if x != nil {
260 if x, ok := x.Message.(*SyncEvent_CheckpointEvent); ok {
261 return x.CheckpointEvent
262 }
263 }
264 return nil
265}
266
267type isSyncEvent_Message interface {
268 isSyncEvent_Message()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected