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

Method engine_kill

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

Source from the content-addressed store, hash-verified

194 return self.process
195
196 def engine_kill(self):
197 if self.process:
198 try:
199 self.process.kill()
200 return self.process.wait()
201 except:
202 pass
203 return None
204
205 def engine_get_id(self):
206 if self.process:

Callers 2

task_flushFunction · 0.80
scan_killFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected