MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_by_id_list

Method get_by_id_list

shared/database/source_control/file.py:561–562  ·  view source on GitHub ↗
(session, file_id_list)

Source from the content-addressed store, hash-verified

559
560 @staticmethod
561 def get_by_id_list(session, file_id_list):
562 return session.query(File).filter(File.id.in_(file_id_list)).all()
563
564 def hash_update(self):
565 """

Callers 3

process_new_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected