MCPcopy
hub / github.com/go-gorm/gorm / Omit

Method Omit

generics.go:216–220  ·  view source on GitHub ↗
(columns ...string)

Source from the content-addressed store, hash-verified

214}
215
216func (c createG[T]) Omit(columns ...string) CreateInterface[T] {
217 return createG[T]{c.with(func(db *DB) *DB {
218 return db.Omit(columns...)
219 })}
220}
221
222func (c createG[T]) Set(assignments ...clause.Assigner) SetCreateOrUpdateInterface[T] {
223 return c.processSet(assignments...)

Callers

nothing calls this directly

Calls 2

withMethod · 0.80
OmitMethod · 0.65

Tested by

no test coverage detected