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

Function is_admin

lib/utils/api.py:295–296  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

293
294# Generic functions
295def is_admin(token):
296 return DataStore.admin_token == token
297
298@hook('before_request')
299def check_authentication():

Callers 3

task_listFunction · 0.85
task_flushFunction · 0.85
versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…