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

Function initOptions

lib/core/option.py:2896–2899  ·  view source on GitHub ↗
(inputOptions=AttribDict(), overrideOptions=False)

Source from the content-addressed store, hash-verified

2894 raise SqlmapFilePathException(errMsg)
2895
2896def initOptions(inputOptions=AttribDict(), overrideOptions=False):
2897 _setConfAttributes()
2898 _setKnowledgeBaseAttributes()
2899 _mergeOptions(inputOptions, overrideOptions)
2900
2901def init():
2902 """

Callers 1

mainFunction · 0.90

Calls 4

AttribDictClass · 0.90
_setConfAttributesFunction · 0.85
_mergeOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…