Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
939
func
(tsc *TimestampContext) GetDelay() (d int64) {
940
tsc.logger.Debug(
"TimestampContext.GetDelay"
,
"delay"
, tsc.delay)
941
return
tsc.delay
942
}
943
944
func
(tsc *TimestampContext) Handle() {
945
interval := 15 * time.Second
Callers
3
Stats
Method · 0.80
Stats
Method · 0.80
Stats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected