Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Select
Method
Select
generics.go:316–319 ·
view source on GitHub ↗
(columns ...string)
Source
from the content-addressed store, hash-verified
314
}
315
316
func
(q *joinBuilder) Select(columns ...string) JoinBuilder {
317
q.db.Select(columns)
318
return
q
319
}
320
321
func
(q *joinBuilder) Omit(columns ...string) JoinBuilder {
322
q.db.Omit(columns...)
Callers
nothing calls this directly
Calls
1
Select
Method · 0.65
Tested by
no test coverage detected