Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
func
WithResult() *result {
35
return
&result{}
36
}
37
38
type
Interface[T any]
interface
{
39
Raw(sql string, values ...
interface
{}) ExecInterface[T]
Callers
2
TestWithResultIncludesError
Function · 0.92
TestGenericsWithResult
Function · 0.92
Calls
no outgoing calls
Tested by
2
TestWithResultIncludesError
Function · 0.74
TestGenericsWithResult
Function · 0.74