| 53 | } |
| 54 | |
| 55 | type listScanner struct { |
| 56 | bkt objstore.InstrumentedBucket |
| 57 | } |
| 58 | |
| 59 | func (s *listScanner) ScanUsers(ctx context.Context) (active, deleting, deleted []string, err error) { |
| 60 | scannedActiveUsers := make(map[string]struct{}) |
nothing calls this directly
no outgoing calls
no test coverage detected