Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
222
class
StdDbOut(object):
Callers
3
scan_stop
Function · 0.80
scan_kill
Function · 0.80
scan_status
Function · 0.80
Calls
1
engine_get_returncode
Method · 0.95
Tested by
no test coverage detected