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

Method scan_started

src/progress.rs:123–130  ·  view source on GitHub ↗

Métodos auxiliares para eventos comuns

(&self)

Source from the content-addressed store, hash-verified

121
122 /// Métodos auxiliares para eventos comuns
123 pub fn scan_started(&self) {
124 self.add_event(
125 EventType::ScanStarted,
126 format!("Iniciando scan de {}", self.target),
127 0.0,
128 None,
129 );
130 }
131
132 pub fn tool_started(&self, tool_name: &str) {
133 self.add_event(

Callers 1

process_domain_implFunction · 0.80

Calls 1

add_eventMethod · 0.80

Tested by

no test coverage detected