MCPcopy
hub / github.com/diffgram/diffgram / general

Method general

shared/permissions/user_permissions.py:17–24  ·  view source on GitHub ↗
(user, apis_user_list)

Source from the content-addressed store, hash-verified

15 """
16 @staticmethod
17 def general(user, apis_user_list):
18
19 if user.security_disable_global is True:
20 raise Forbidden("No access. (global)")
21
22 result = User_Permissions.check_all_apis(
23 apis_required_list = apis_user_list,
24 user = user)
25
26 def check_all_apis(apis_required_list,
27 user):

Callers 4

by_task_id_coreMethod · 0.80
innerMethod · 0.80
check_permissionsMethod · 0.80
innerMethod · 0.80

Calls 1

check_all_apisMethod · 0.80

Tested by

no test coverage detected