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

Method commit

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

Source from the content-addressed store, hash-verified

100 self.connection.close()
101
102 def commit(self):
103 self.connection.commit()
104
105 def execute(self, statement, arguments=None):
106 with self.lock:

Callers 15

_get_cursorMethod · 0.80
closeMethod · 0.80
closeAllMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
selectMethod · 0.80
executeMethod · 0.80
selectMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected