MCPcopy 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
161def allowed_query_pks(user_id):
162 return app_settings.EXPLORER_GET_USER_QUERY_VIEWS().get(user_id, [])
163
164
165def user_can_see_query(request, **kwargs):

Callers 3

view_permission_listFunction · 0.90
get_querysetMethod · 0.90
user_can_see_queryFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected