Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
type
result
struct
{
18
Result sql.Result
19
RowsAffected int64
20
Error error
21
}
22
23
func
(info *result) ModifyStatement(stmt *Statement) {
24
info.Result = nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected