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

Method Or

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

Source from the content-addressed store, hash-verified

304}
305
306func (q *joinBuilder) Or(query interface{}, args ...interface{}) JoinBuilder {
307 q.db.Where(query, args...)
308 return q
309}
310
311func (q *joinBuilder) Not(query interface{}, args ...interface{}) JoinBuilder {
312 q.db.Where(query, args...)

Callers

nothing calls this directly

Calls 1

WhereMethod · 0.65

Tested by

no test coverage detected