MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / get_scan_state

Method get_scan_state

recon_engine.py:189–191  ·  view source on GitHub ↗
(self, scan_id: str)

Source from the content-addressed store, hash-verified

187 return scan_id
188
189 def get_scan_state(self, scan_id: str) -> Optional[ReconScanState]:
190 with self._lock:
191 return self.active_scans.get(scan_id)
192
193 def cancel_scan(self, scan_id: str) -> bool:
194 with self._lock:

Callers 5

get_handoff_optionsMethod · 0.95
_run_scanMethod · 0.95
assert_handoff_scopeMethod · 0.95
get_recon_scanFunction · 0.80
handoff_recon_to_zapFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected