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

Function try_to_commit

shared/export/export_generation.py:24–29  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

22
23
24def try_to_commit(session):
25 try:
26 session.commit()
27 except:
28 session.rollback()
29 raise
30
31
32def new_external_export(

Callers 1

annotation_export_coreFunction · 0.70

Calls 1

commitMethod · 0.80

Tested by

no test coverage detected