Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
load
Method · 0.95
update_from_frame_packet_map
Method · 0.95
main
Method · 0.45
Calls
1
commit
Method · 0.80
Tested by
no test coverage detected