Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ From
Struct
From
clause/from.go:4–7 ·
view source on GitHub ↗
From from clause
Source
from the content-addressed store, hash-verified
2
3
// From from clause
4
type
From
struct
{
5
Tables []Table
6
Joins []Join
7
}
8
9
// Name from clause name
10
func
(from From) Name() string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected