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

Method video_parent_file

shared/database/source_control/file.py:133–135  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

131 is_child_of_video = Column(Boolean)
132
133 def video_parent_file(self, session):
134 return session.query(File).filter(
135 File.id == self.video_parent_file_id).first()
136
137 label_id = Column(Integer, ForeignKey('label.id'))
138 label = relationship("Label")

Callers 1

toggle_flag_sharedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected