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

Function WithResult

generics.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func WithResult() *result {
35 return &result{}
36}
37
38type Interface[T any] interface {
39 Raw(sql string, values ...interface{}) ExecInterface[T]

Callers 2

TestGenericsWithResultFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestGenericsWithResultFunction · 0.74