Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Select
Method
Select
generics.go:346–349 ·
view source on GitHub ↗
(columns ...string)
Source
from the content-addressed store, hash-verified
344
}
345
346
func
(q *preloadBuilder) Select(columns ...string) PreloadBuilder {
347
q.db.Select(columns)
348
return
q
349
}
350
351
func
(q *preloadBuilder) Omit(columns ...string) PreloadBuilder {
352
q.db.Omit(columns...)
Callers
nothing calls this directly
Calls
1
Select
Method · 0.65
Tested by
no test coverage detected