MCPcopy Index your code
hub / github.com/diffgram/diffgram / project_list_core

Function project_list_core

default/methods/project/project_list.py:36–47  ·  view source on GitHub ↗
(session,
                      user)

Source from the content-addressed store, hash-verified

34
35
36def project_list_core(session,
37 user):
38 project_list = Project.list(
39 user = user,
40 session = session)
41
42 out_list = []
43
44 for project in project_list:
45 out_list.append(project.serialize(session = session))
46
47 return out_list
48
49
50"""

Callers 1

project_list_apiFunction · 0.85

Calls 2

listMethod · 0.45
serializeMethod · 0.45

Tested by

no test coverage detected