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

Method scan_failed

src/progress.rs:218–227  ·  view source on GitHub ↗
(&self, error: &str)

Source from the content-addressed store, hash-verified

216 }
217
218 pub fn scan_failed(&self, error: &str) {
219 self.add_event(
220 EventType::ScanFailed {
221 error: error.to_string(),
222 },
223 format!("❌ Scan falhou: {}", error),
224 0.0,
225 None,
226 );
227 }
228
229 /// Retorna todos os eventos
230 #[allow(dead_code)]

Callers

nothing calls this directly

Calls 1

add_eventMethod · 0.80

Tested by

no test coverage detected