Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ isFork
Method
isFork
lib/core/common.py:575–576 ·
view source on GitHub ↗
(fork)
Source
from the content-addressed store, hash-verified
573
574
@staticmethod
575
def
isFork(fork):
576
return
hashDBRetrieve(HASHDB_KEYS.DBMS_FORK) == fork
577
578
@staticmethod
579
def
isDbmsWithin(aliases):
Callers
4
getColumns
Method · 0.80
getStatements
Method · 0.80
isDba
Method · 0.80
getUsers
Method · 0.80
Calls
1
hashDBRetrieve
Function · 0.85
Tested by
no test coverage detected