Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ get_roles_in_project
Method
get_roles_in_project
shared/database/user.py:313–315 ·
view source on GitHub ↗
(self, project_string_id)
Source
from the content-addressed store, hash-verified
311
312
313
def
get_roles_in_project(self, project_string_id):
314
roles = self.permissions_projects.get(project_string_id)
315
return
roles
316
@staticmethod
317
def
get_current_user(session):
318
Callers
1
remove
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected