Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
build_label_map_from_ids
Method · 0.80
task_template_label_attach
Function · 0.80
process_new_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected