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

Class ProgressTracker

src/progress.rs:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/// Gerenciador de progresso
35#[derive(Clone)]
36pub struct ProgressTracker {
37 scan_id: String,
38 target: String,
39 output_dir: PathBuf,
40 events: Arc<Mutex<Vec<ProgressEvent>>>,
41}
42
43impl ProgressTracker {
44 pub fn new(scan_id: String, target: String, output_dir: PathBuf) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected