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

Class CloudAsset

src/parallel_executor.rs:394–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393#[derive(Debug, Clone)]
394pub struct CloudAsset {
395 pub provider: String,
396 pub url: String,
397 pub bucket_name: String,
398 pub is_public: bool,
399 pub allows_listing: bool,
400 pub status_code: u16,
401}
402
403impl ParallelCloudScanner {
404 pub fn new(config: ParallelConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected