MCPcopy 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

_setHashDBFunction · 0.80

Calls 2

commitMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected