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

Function incrementCounter

lib/core/common.py:4920–4925  ·  view source on GitHub ↗

Increments query counter for a given technique

(technique)

Source from the content-addressed store, hash-verified

4918 kb.counters[technique] = 0
4919
4920def incrementCounter(technique):
4921 """
4922 Increments query counter for a given technique
4923 """
4924
4925 kb.counters[technique] = getCounter(technique) + 1
4926
4927def getCounter(technique):
4928 """

Callers 6

_oneShotUnionUseFunction · 0.90
tryHintFunction · 0.90
validateCharFunction · 0.90
getCharFunction · 0.90
bisectionFunction · 0.90
_oneShotErrorUseFunction · 0.90

Calls 1

getCounterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…