MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / ParallelCloudScanner

Class ParallelCloudScanner

src/parallel_executor.rs:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected