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

Function _purge

lib/core/option.py:1967–1973  ·  view source on GitHub ↗

Safely removes (purges) sqlmap data directory.

()

Source from the content-addressed store, hash-verified

1965 socket._ready.clear()
1966
1967def _purge():
1968 """
1969 Safely removes (purges) sqlmap data directory.
1970 """
1971
1972 if conf.purge:
1973 purge(paths.SQLMAP_HOME_PATH)
1974
1975def _setConfAttributes():
1976 """

Callers 1

initFunction · 0.85

Calls 1

purgeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…