MCPcopy Create free account
hub / github.com/apecloud/myduckserver / getOptionValueAsInt

Function getOptionValueAsInt

binlogreplication/binlog_replica_controller.go:520–528  ·  view source on GitHub ↗
(option binlogreplication.ReplicationOption)

Source from the content-addressed store, hash-verified

518 }
519
520 if runningState == notRunning {
521 logrus.Trace("no previous replication running state; not auto starting replication")
522 return nil
523 }
524
525 logrus.Info("auto-starting binlog replication from source...")
526 return d.StartReplica(d.ctx)
527}
528
529//
530// Helper functions
531//

Callers 1

Calls 1

GetValueMethod · 0.80

Tested by

no test coverage detected