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

Method isVersion

lib/core/common.py:583–584  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

581
582 @staticmethod
583 def isVersion(version):
584 return Backend.getVersion() is not None and Backend.getVersion() == version
585
586 @staticmethod
587 def isVersionWithin(versionList):

Callers

nothing calls this directly

Calls 1

getVersionMethod · 0.80

Tested by

no test coverage detected