()
| 1109 | } |
| 1110 | |
| 1111 | func (p *Provider) HasMultipleVectorizers() bool { |
| 1112 | return p.hasMultipleVectorizers |
| 1113 | } |
| 1114 | |
| 1115 | func (p *Provider) BackupBackend(backend string, useCase modulecapabilities.BackendUseCase) (modulecapabilities.BackupBackend, error) { |
| 1116 | module := p.GetByName(backend) |
no outgoing calls
no test coverage detected