MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetLastSyncTime

Method GetLastSyncTime

backend/generated-go/store/instance.pb.go:570–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568}
569
570func (x *Instance) GetLastSyncTime() *timestamppb.Timestamp {
571 if x != nil {
572 return x.LastSyncTime
573 }
574 return nil
575}
576
577func (x *Instance) GetRoles() []*InstanceRole {
578 if x != nil {

Callers 2

convertToV1InstanceFunction · 0.45
convertToDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected