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

Method Clone

IceFireDB-SQLProxy/pkg/mysql/mysql/mysql_gtid.go:455–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453}
454
455func (gtid *MysqlGTIDSet) Clone() GTIDSet {
456 clone := &MysqlGTIDSet{
457 Sets: make(map[string]*UUIDSet),
458 }
459 for sid, uuidSet := range gtid.Sets {
460 clone.Sets[sid] = uuidSet.Clone()
461 }
462
463 return clone
464}

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected