| 385 | use std::collections::HashSet; |
| 386 | |
| 387 | pub struct ParallelCloudScanner { |
| 388 | config: ParallelConfig, |
| 389 | client: Client, |
| 390 | semaphore: Arc<Semaphore>, |
| 391 | } |
| 392 | |
| 393 | #[derive(Debug, Clone)] |
| 394 | pub struct CloudAsset { |
nothing calls this directly
no outgoing calls
no test coverage detected