MCPcopy Create free account
hub / github.com/apache/devlake / CursorTx

Method CursorTx

backend/impls/dalgorm/dalgorm.go:193–195  ·  view source on GitHub ↗

CursorTx FIXME ...

(clauses ...dal.Clause)

Source from the content-addressed store, hash-verified

191
192// CursorTx FIXME ...
193func (d *Dalgorm) CursorTx(clauses ...dal.Clause) *gorm.DB {
194 return buildTx(d.db, clauses)
195}
196
197// Fetch loads row data from `cursor` into `dst`
198func (d *Dalgorm) Fetch(cursor dal.Rows, dst interface{}) errors.Error {

Callers

nothing calls this directly

Calls 1

buildTxFunction · 0.85

Tested by

no test coverage detected