Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ allowed_query_pks
Function
allowed_query_pks
explorer/utils.py:161–162 ·
view source on GitHub ↗
(user_id)
Source
from the content-addressed store, hash-verified
159
160
161
def
allowed_query_pks(user_id):
162
return
app_settings.EXPLORER_GET_USER_QUERY_VIEWS().get(user_id, [])
163
164
165
def
user_can_see_query(request, **kwargs):
Callers
3
view_permission_list
Function · 0.90
get_queryset
Method · 0.90
user_can_see_query
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected