MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / engine_process

Method engine_process

lib/utils/api.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 return None
192
193 def engine_process(self):
194 return self.process
195
196 def engine_kill(self):
197 if self.process:

Callers 3

scan_stopFunction · 0.80
scan_killFunction · 0.80
scan_statusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected