Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 's' is not referenced in method's body, consider removing it
121	return s.SelectStoreToAdd(coLocationStores[1:], filters...)
122}
123
124func (s *ReplicaStrategy) swapStoreToFirst(stores []*core.StoreInfo, id uint64) {125	for i, s := range stores {
126		if s.GetID() == id {
127			stores[0], stores[i] = stores[i], stores[0]