Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ JoinTable
Function
JoinTable
clause/joins.go:47–51 ·
view source on GitHub ↗
(names ...string)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
JoinTable(names ...string) Table {
48
return
Table{
49
Name: utils.JoinNestedRelationNames(names),
50
}
51
}
52
53
func
(join Join) Build(builder Builder) {
54
if
join.Expression != nil {
Callers
1
Joins
Method · 0.92
Calls
1
JoinNestedRelationNames
Function · 0.92
Tested by
no test coverage detected