MCPcopy Create free account
hub / github.com/19-84/redd-archiver / rollback

Method rollback

processing/batch_processing_utils.py:31–33  ·  view source on GitHub ↗

Rollback current transaction.

(self)

Source from the content-addressed store, hash-verified

29 ...
30
31 def rollback(self) -> None:
32 """Rollback current transaction."""
33 ...
34
35
36class TempDatabaseError(Exception):

Callers 3

get_connectionMethod · 0.80
insert_posts_batchMethod · 0.80
insert_comments_batchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected