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

Method serialize_instance_list_only

shared/database/source_control/file.py:548–549  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

546 }
547
548 def serialize_instance_list_only(self):
549 return [instance.serialize_with_label() for instance in self.instance_list]
550
551 @staticmethod
552 def get_by_id(session, file_id, with_for_update = False, nowait = False, skip_locked = False):

Callers

nothing calls this directly

Calls 1

serialize_with_labelMethod · 0.45

Tested by

no test coverage detected