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

Method _set_cursor

lib/utils/hashdb.py:57–59  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

55 return threadData.hashDBCursor
56
57 def _set_cursor(self, cursor):
58 threadData = getCurrentThreadData()
59 threadData.hashDBCursor = cursor
60
61 cursor = property(_get_cursor, _set_cursor)
62

Callers

nothing calls this directly

Calls 1

getCurrentThreadDataFunction · 0.90

Tested by

no test coverage detected