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

Method Or

generics.go:279–283  ·  view source on GitHub ↗
(query interface{}, args ...interface{})

Source from the content-addressed store, hash-verified

277}
278
279func (c chainG[T]) Or(query interface{}, args ...interface{}) ChainInterface[T] {
280 return c.with(func(db *DB) *DB {
281 return db.Or(query, args...)
282 })
283}
284
285func (c chainG[T]) Limit(offset int) ChainInterface[T] {
286 return c.with(func(db *DB) *DB {

Callers

nothing calls this directly

Calls 2

withMethod · 0.95
OrMethod · 0.65

Tested by

no test coverage detected