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

Function BigTxReachMax

g/g.go:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173}
174func BigTxReachMax() bool {
175 return atomic.LoadInt32(&bigTxJobs) >= BigTxMaxJobs
176}
177
178func IsUTF8OrMB4(encodeName string) bool {
179 return encodeName == parsercharset.CharsetUTF8 || encodeName == parsercharset.CharsetUTF8MB4

Callers 2

mainFunction · 0.92
DataStreamEventsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected