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

Struct result

generics.go:17–21  ·  generics.go::result

Source from the content-addressed store, hash-verified

15)
16
17type result struct {
18 Result sql.Result
19 RowsAffected int64
20 Error error
21}
22
23func (info *result) ModifyStatement(stmt *Statement) {
24 info.Result = nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected