Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ closeAll
Method
closeAll
lib/utils/hashdb.py:74–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
pass
73
74
def
closeAll(self):
75
for
connection in self._connections:
76
try
:
77
connection.commit()
78
connection.close()
79
except
:
80
pass
81
82
@staticmethod
83
def
hashKey(key):
Callers
1
_setHashDB
Function · 0.80
Calls
2
commit
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected