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

Function main

lib/utils/tui.py:762–764  ·  view source on GitHub ↗
(stdscr)

Source from the content-addressed store, hash-verified

760 try:
761 # Initialize and run
762 def main(stdscr):
763 ui = NcursesUI(stdscr, parser)
764 ui.run()
765
766 curses.wrapper(main)
767

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
NcursesUIClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…