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

Method serialize_branch_list

shared/database/project.py:475–481  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

473 return project
474
475 def serialize_branch_list(self):
476
477 branch_list = []
478 for branch in self.branch_list:
479 branch_list.append(branch.serialize())
480
481 return branch_list
482
483 # TODO why is this called serialize_public?
484 # Was supposed to be relation to "public" as privacy setting but isn't clear

Callers 1

branch_list_viewFunction · 0.80

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected