Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ checkInternet
Function
checkInternet
lib/controller/checks.py:1593–1594 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1591
return
True
1592
1593
def
checkInternet():
1594
return
Request.getPage(url=CHECK_INTERNET_ADDRESS, checking=True)[2] == CHECK_INTERNET_CODE
1595
1596
def
setVerbosity():
# Cross-referenced function
1597
raise
NotImplementedError
Callers
1
start
Function · 0.90
Calls
1
getPage
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…