Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
295
def
is_admin(token):
296
return
DataStore.admin_token == token
297
298
@hook(
'before_request'
)
299
def
check_authentication():
Callers
3
task_list
Function · 0.85
task_flush
Function · 0.85
version
Function · 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…