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

Function resetCounter

lib/core/common.py:4913–4918  ·  view source on GitHub ↗

Resets query counter for a given technique

(technique)

Source from the content-addressed store, hash-verified

4911 return base64unpickle(value) if value else None
4912
4913def resetCounter(technique):
4914 """
4915 Resets query counter for a given technique
4916 """
4917
4918 kb.counters[technique] = 0
4919
4920def incrementCounter(technique):
4921 """

Callers 1

initTechniqueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…