Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Row
Method
Row
generics.go:665–668 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
663
}
664
665
func
(g execG[T]) Row(ctx context.Context) *sql.Row {
666
var
r T
667
return
g.g.apply(ctx).Model(r).Row()
668
}
669
670
func
(g execG[T]) Rows(ctx context.Context) (*sql.Rows, error) {
671
var
r T
Callers
nothing calls this directly
Calls
3
Model
Method · 0.80
apply
Method · 0.80
Row
Method · 0.65
Tested by
no test coverage detected