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

Function get_actions

sqlmapapi.py:36–39  ·  view source on GitHub ↗
(instance)

Source from the content-addressed store, hash-verified

34
35finally:
36 def get_actions(instance):
37 for attr in ("option_list", "_group_actions", "_actions"):
38 if hasattr(instance, attr):
39 return getattr(instance, attr)
40
41 def get_groups(parser):
42 return getattr(parser, "option_groups", None) or getattr(parser, "_action_groups")

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…