MCPcopy Create free account
hub / github.com/actiontech/dtle / GetDelay

Method GetDelay

driver/mysql/extractor.go:939–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

937 }
938}
939func (tsc *TimestampContext) GetDelay() (d int64) {
940 tsc.logger.Debug("TimestampContext.GetDelay", "delay", tsc.delay)
941 return tsc.delay
942}
943
944func (tsc *TimestampContext) Handle() {
945 interval := 15 * time.Second

Callers 3

StatsMethod · 0.80
StatsMethod · 0.80
StatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected