Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ get_option
Method
get_option
lib/utils/api.py:163–164 ·
view source on GitHub ↗
(self, option)
Source
from the content-addressed store, hash-verified
161
self.options[option] = value
162
163
def
get_option(self, option):
164
return
self.options[option]
165
166
def
get_options(self):
167
return
self.options
Callers
2
parse_args
Function · 0.80
cmdLineParser
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected