MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Clone

Method Clone

IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:291–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291func (s *UUIDSet) Clone() *UUIDSet {
292 clone := new(UUIDSet)
293
294 copy(clone.SID[:], s.SID[:])
295 clone.Intervals = s.Intervals.Normalize()
296
297 return clone
298}
299
300type MysqlGTIDSet struct {
301 Sets map[string]*UUIDSet

Callers

nothing calls this directly

Calls 1

NormalizeMethod · 0.45

Tested by

no test coverage detected