MCPcopy Index your code
hub / github.com/apache/devlake / Rollback

Method Rollback

backend/core/dal/dal.go:210–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208type Transaction interface {
209 Dal
210 Rollback() errors.Error
211 Commit() errors.Error
212 // table: exclusive
213 LockTables(lockTables LockTables) errors.Error

Callers 12

DeleteBlueprintMethod · 0.65
transactionalDeleteMethod · 0.65
EndMethod · 0.65
CreateProjectFunction · 0.65
PatchProjectFunction · 0.65
DeleteProjectFunction · 0.65
CreateApiKeyFunction · 0.65
ExtractQDevLoggingDataFunction · 0.65
ExtractQDevS3DataFunction · 0.65
PostConnectionsFunction · 0.65
deleteConnectionFunction · 0.65
RollbackMethod · 0.65

Implementers 1

DalgormTransactionbackend/impls/dalgorm/dalgorm_transact

Calls

no outgoing calls

Tested by

no test coverage detected