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