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

Method list

shared/database/source_control/file_stats.py:99–104  ·  view source on GitHub ↗
(session, file_id)

Source from the content-addressed store, hash-verified

97 }
98 @staticmethod
99 def list(session, file_id):
100 res = session.query(FileStats).filter(
101 FileStats.file_id == int(file_id)
102 ).all()
103 print('A22', res)
104 return res
105
106 @staticmethod
107 def new(session: Session,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected