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

Method engine_has_terminated

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

Source from the content-addressed store, hash-verified

216 return None
217
218 def engine_has_terminated(self):
219 return isinstance(self.engine_get_returncode(), int)
220
221# Wrapper functions for sqlmap engine
222class StdDbOut(object):

Callers 3

scan_stopFunction · 0.80
scan_killFunction · 0.80
scan_statusFunction · 0.80

Calls 1

engine_get_returncodeMethod · 0.95

Tested by

no test coverage detected