MCPcopy
hub / github.com/go-gorm/gorm / Rows

Method Rows

generics.go:670–673  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

668}
669
670func (g execG[T]) Rows(ctx context.Context) (*sql.Rows, error) {
671 var r T
672 return g.g.apply(ctx).Model(r).Rows()
673}
674
675func (c chainG[T]) processSet(items ...clause.Assigner) setCreateOrUpdateG[T] {
676 var (

Callers

nothing calls this directly

Calls 3

ModelMethod · 0.80
applyMethod · 0.80
RowsMethod · 0.65

Tested by

no test coverage detected