MCPcopy
hub / github.com/diffgram/diffgram / try_to_commit

Method try_to_commit

walrus/methods/video/video.py:378–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

376 return input.file
377
378 def try_to_commit(self):
379
380 try:
381 self.session.commit()
382 except:
383 self.session.rollback()
384 raise
385
386 def check_update_log_errors(self):
387

Callers 3

loadMethod · 0.95
mainMethod · 0.45

Calls 1

commitMethod · 0.80

Tested by

no test coverage detected