MCPcopy 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

getColumnsMethod · 0.80
getStatementsMethod · 0.80
isDbaMethod · 0.80
getUsersMethod · 0.80

Calls 1

hashDBRetrieveFunction · 0.85

Tested by

no test coverage detected