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

Function get_groups

sqlmapapi.py:41–42  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

39 return getattr(instance, attr)
40
41 def get_groups(parser):
42 return getattr(parser, "option_groups", None) or getattr(parser, "_action_groups")
43
44 def get_all_options(parser):
45 retVal = set()

Callers 1

get_all_optionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…