Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.95
NcursesUI
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…