MCPcopy
hub / github.com/apache/devlake / Begin

Method Begin

backend/core/dal/dal.go:181–181  ·  view source on GitHub ↗

Begin create a new transaction

()

Source from the content-addressed store, hash-verified

179 Session(config SessionConfig) Dal
180 // Begin create a new transaction
181 Begin() Transaction
182 // IsErrorNotFound returns true if error is record-not-found
183 IsErrorNotFound(err error) bool
184 // IsDuplicationError returns true if error is duplicate-error

Callers 15

DeleteBlueprintMethod · 0.65
DeleteScopeMethod · 0.65
transactionalDeleteMethod · 0.65
NoRunningPipelineMethod · 0.65
BeginMethod · 0.65
CreateProjectFunction · 0.65
PatchProjectFunction · 0.65
DeleteProjectFunction · 0.65
dequeuePipelineFunction · 0.65
RerunPipelineFunction · 0.65
CreateApiKeyFunction · 0.65
lockDatabaseFunction · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected